Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-29 13:35:51 +08:00
parent bcbfe5c849
commit 5979ddb60c
46 changed files with 3266 additions and 3293 deletions

View File

@@ -115,6 +115,8 @@ abstract final class ThemeUtils {
selectionHandleColor: colorScheme.primary,
),
switchTheme: const SwitchThemeData(
padding: .zero,
materialTapTargetSize: .shrinkWrap,
thumbIcon: WidgetStateProperty<Icon?>.fromMap(
<WidgetStatesConstraint, Icon?>{
WidgetState.selected: Icon(Icons.done),