mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
Redesigned Splash Screen and Login Screen
This commit is contained in:
@ -10,6 +10,9 @@ extension ContextExtension on BuildContext {
|
||||
|
||||
double get height => MediaQuery.sizeOf(this).height;
|
||||
|
||||
InputDecorationTheme get inputDecoration =>
|
||||
Theme.of(this).inputDecorationTheme;
|
||||
|
||||
TextStyle get displayLarge => Theme.of(this).textTheme.displayLarge!;
|
||||
|
||||
TextStyle get displayMedium => Theme.of(this).textTheme.displayMedium!;
|
||||
|
Reference in New Issue
Block a user