Last active
May 22, 2018 03:35
-
-
Save vipulasri/66e78c333c3cb509a3c044fceda3461e to your computer and use it in GitHub Desktop.
Flutter: Bubble Tab Indicator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/widgets.dart'; | |
class CustomTabIndicator extends Decoration { | |
@override | |
BoxPainter createBoxPainter([VoidCallback onChanged]) { | |
// TODO: implement createBoxPainter | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment