Skip to content

Instantly share code, notes, and snippets.

@BouweCeunen
Created July 19, 2020 14:50
Show Gist options
  • Save BouweCeunen/d75a25c72f85489b3a5160d0e7485c7b to your computer and use it in GitHub Desktop.
Save BouweCeunen/d75a25c72f85489b3a5160d0e7485c7b to your computer and use it in GitHub Desktop.
class Balance extends StatefulWidget {
Balance({Key key}) : super(key: key);
@override
_balanceState createState() => _balanceState();
}
class _balanceState extends State<Balance> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment