Changed questions, added export.
This commit is contained in:
parent
a83bf0d533
commit
78618aed9a
8 changed files with 277 additions and 173 deletions
|
|
@ -84,8 +84,9 @@ final ThemeData laserTheme = ThemeData(
|
|||
|
||||
sliderTheme: SliderThemeData(
|
||||
activeTrackColor: const Color(0xFF00245D),
|
||||
thumbColor: const Color(0xFF00245D),
|
||||
thumbColor: const Color(0xFFFFFFFF),
|
||||
inactiveTrackColor: Colors.grey.shade800,
|
||||
valueIndicatorColor: Colors.white
|
||||
),
|
||||
|
||||
checkboxTheme: CheckboxThemeData(
|
||||
|
|
@ -101,7 +102,7 @@ final ThemeData laserTheme = ThemeData(
|
|||
switchTheme: SwitchThemeData(
|
||||
thumbColor: WidgetStateProperty.resolveWith((states) {
|
||||
if (states.contains(WidgetState.selected)) {
|
||||
return const Color(0xFF00245D);
|
||||
return const Color(0xFFFFFFFF);
|
||||
}
|
||||
return null;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue