design: Big redesign of three column mode to advanced two column mode
This commit is contained in:
parent
f442bb89f9
commit
9e13bd8dfd
24 changed files with 938 additions and 765 deletions
|
|
@ -25,8 +25,8 @@ class LockScreenState extends State<LockScreen> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
theme: FluffyThemes.buildTheme(Brightness.light),
|
||||
darkTheme: FluffyThemes.buildTheme(Brightness.dark),
|
||||
theme: FluffyThemes.buildTheme(context, Brightness.light),
|
||||
darkTheme: FluffyThemes.buildTheme(context, Brightness.dark),
|
||||
localizationsDelegates: L10n.localizationsDelegates,
|
||||
supportedLocales: L10n.supportedLocales,
|
||||
home: Builder(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue