Skip to content

Instantly share code, notes, and snippets.

@vipulasri
Last active May 22, 2018 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipulasri/66e78c333c3cb509a3c044fceda3461e to your computer and use it in GitHub Desktop.
Save vipulasri/66e78c333c3cb509a3c044fceda3461e to your computer and use it in GitHub Desktop.
Flutter: Bubble Tab Indicator
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