Skip to content

Commit

Permalink
updated flutter demo to work with 3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jun 26, 2024
1 parent 13a1f46 commit ce18b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class _MyAppState extends State<MyApp> {

buildContextHeader(BuildContext context) {
final ButtonStyle buttonStyle = ElevatedButton.styleFrom(
primary: picoBlue, textStyle: TextStyle(color: Colors.white));
backgroundColor: picoBlue, textStyle: TextStyle(color: Colors.white));

return Expanded(
flex: 1,
Expand Down Expand Up @@ -299,7 +299,7 @@ class _MyAppState extends State<MyApp> {

buildStartButton(BuildContext context) {
final ButtonStyle buttonStyle = ElevatedButton.styleFrom(
primary: picoBlue,
backgroundColor: picoBlue,
shape: CircleBorder(),
textStyle: TextStyle(color: Colors.white));

Expand Down

0 comments on commit ce18b68

Please sign in to comment.