|
|
|
@ -16,9 +16,10 @@ class AppTheme {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
colorScheme: ColorScheme.fromSwatch(accentColor: MyColors.backgroundColor),
|
|
|
|
colorScheme: ColorScheme.fromSwatch(accentColor: MyColors.backgroundColor).copyWith(surfaceTint : Colors.transparent),
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
errorColor: const Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
errorColor: const Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
|
|
|
|
applyElevationOverlayColor: false,
|
|
|
|
scaffoldBackgroundColor: MyColors.backgroundColor,
|
|
|
|
scaffoldBackgroundColor: MyColors.backgroundColor,
|
|
|
|
textSelectionTheme: const TextSelectionThemeData(cursorColor: Colors.grey, selectionColor: Color.fromRGBO(80, 100, 253, 0.5), selectionHandleColor: Colors.grey),
|
|
|
|
textSelectionTheme: const TextSelectionThemeData(cursorColor: Colors.grey, selectionColor: Color.fromRGBO(80, 100, 253, 0.5), selectionHandleColor: Colors.grey),
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
|