|
|
@ -94,6 +94,8 @@ abstract class FluffyThemes {
|
|
|
|
isColumnMode ? colorScheme.surfaceContainer.withAlpha(128) : null,
|
|
|
|
isColumnMode ? colorScheme.surfaceContainer.withAlpha(128) : null,
|
|
|
|
surfaceTintColor: isColumnMode ? colorScheme.surface : null,
|
|
|
|
surfaceTintColor: isColumnMode ? colorScheme.surface : null,
|
|
|
|
backgroundColor: isColumnMode ? colorScheme.surface : null,
|
|
|
|
backgroundColor: isColumnMode ? colorScheme.surface : null,
|
|
|
|
|
|
|
|
actionsPadding:
|
|
|
|
|
|
|
|
isColumnMode ? const EdgeInsets.symmetric(horizontal: 16.0) : null,
|
|
|
|
systemOverlayStyle: SystemUiOverlayStyle(
|
|
|
|
systemOverlayStyle: SystemUiOverlayStyle(
|
|
|
|
statusBarColor: Colors.transparent,
|
|
|
|
statusBarColor: Colors.transparent,
|
|
|
|
statusBarIconBrightness: brightness.reversed,
|
|
|
|
statusBarIconBrightness: brightness.reversed,
|
|
|
|