Fixed some visuals
This commit is contained in:
@ -40,9 +40,8 @@ class DarkAppTheme {
|
||||
backgroundColor: MaterialStateProperty.all(Colors.white),
|
||||
)
|
||||
),
|
||||
// checkboxTheme: CheckboxThemeData(
|
||||
// fillColor: MaterialStateColor.resolveWith((states) {states.})
|
||||
// //fillColor: MaterialStateProperty.all(marianumRed),
|
||||
// ),
|
||||
checkboxTheme: CheckboxThemeData(
|
||||
fillColor: MaterialStateProperty.resolveWith((states) => states.contains(MaterialState.selected) ? marianumRed : Colors.transparent),
|
||||
),
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user