chore: Add ActionsPadding in column mode
This commit is contained in:
parent
547f34f2a8
commit
25057408ed
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ abstract class FluffyThemes {
|
|||
isColumnMode ? colorScheme.surfaceContainer.withAlpha(128) : null,
|
||||
surfaceTintColor: isColumnMode ? colorScheme.surface : null,
|
||||
backgroundColor: isColumnMode ? colorScheme.surface : null,
|
||||
actionsPadding:
|
||||
isColumnMode ? const EdgeInsets.symmetric(horizontal: 16.0) : null,
|
||||
systemOverlayStyle: SystemUiOverlayStyle(
|
||||
statusBarColor: Colors.transparent,
|
||||
statusBarIconBrightness: brightness.reversed,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue