Skip to content

Instantly share code, notes, and snippets.

@aaronksaunders
Created June 19, 2019 16:37
Show Gist options
  • Save aaronksaunders/88e699b610b47d266e924f157e30518a to your computer and use it in GitHub Desktop.
Save aaronksaunders/88e699b610b47d266e924f157e30518a to your computer and use it in GitHub Desktop.

Revisions

  1. aaronksaunders created this gist Jun 19, 2019.
    4 changes: 4 additions & 0 deletions Markdium-Dart.dart
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    class TabBarDemo extends StatelessWidget {
    @override
    Widget build(BuildContext context) {
    var count = Provider.of(context).items.length;