Skip to content

Commit

Permalink
Merge pull request #1 from n4sust1m/1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
nasustim authored Aug 26, 2023
2 parents 7d180bf + 1748501 commit 3730327
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ class _MyHomePageState extends State<MyHomePage> {
// horizontal).
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
const SizedBox(
width: 50,
height: 50,
child: ColoredBox(color: Color(0xFFFFFF00)),
),
const SizedBox(
width: 100,
height: 100,
child: ColoredBox(color: Color(0xFFFF0000)),
),
const Text(
'You have pushed the button this many times:',
),
Expand Down

0 comments on commit 3730327

Please sign in to comment.