chore: Add ActionsPadding in column mode

pull/924/merge
Christian Kußowski 3 weeks ago
parent 547f34f2a8
commit 25057408ed
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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…
Cancel
Save