Skip to content

Instantly share code, notes, and snippets.

View jovanovski's full-sized avatar

Gorjan Jovanovski jovanovski

View GitHub Profile
Text(
'You have pushed the button this many times:',
style: TextStyle(
color: Colors.red,
fontWeight: FontWeight.bold,
fontSize: 12
),
)
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(widget.title),
),
body: Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[