mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Improved sync capability
This commit is contained in:
parent
f3e920ac79
commit
c5c7f71b84
31 changed files with 500 additions and 344 deletions
|
|
@ -126,9 +126,10 @@ class FladderTheme {
|
|||
listTileTheme: ListTileThemeData(
|
||||
shape: defaultShape,
|
||||
),
|
||||
dividerTheme: const DividerThemeData(
|
||||
dividerTheme: DividerThemeData(
|
||||
indent: 6,
|
||||
endIndent: 6,
|
||||
color: scheme?.onSurface.withAlpha(125),
|
||||
),
|
||||
segmentedButtonTheme: SegmentedButtonThemeData(
|
||||
style: ButtonStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue