mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -17,13 +17,8 @@ class TypePuzzle extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
title: 'Type Jam',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.grey,
|
||||
),
|
||||
home: const Scaffold(
|
||||
appBar: null,
|
||||
body: PagesFlow(),
|
||||
),
|
||||
theme: ThemeData(primarySwatch: Colors.grey),
|
||||
home: const Scaffold(appBar: null, body: PagesFlow()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user