Bump SDK version
This commit is contained in:
parent
73daccb229
commit
1851d15680
6 changed files with 45 additions and 231 deletions
|
@ -13,8 +13,8 @@ class MyApp extends StatelessWidget {
|
|||
title: 'Sample',
|
||||
theme: ThemeData(
|
||||
disabledColor: Colors.purple,
|
||||
colorScheme: ColorScheme.fromSwatch(primarySwatch: Colors.indigo)
|
||||
.copyWith(secondary: Colors.blue),
|
||||
colorScheme:
|
||||
ColorScheme.fromSwatch(primarySwatch: Colors.indigo).copyWith(secondary: Colors.blue),
|
||||
),
|
||||
home: createScaffold(context),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue