Set Checkbox color to fit design
This commit is contained in:
@ -40,6 +40,8 @@ class DarkAppTheme {
|
||||
backgroundColor: MaterialStateProperty.all(Colors.white),
|
||||
)
|
||||
),
|
||||
|
||||
checkboxTheme: CheckboxThemeData(
|
||||
fillColor: MaterialStateProperty.all(marianumRed),
|
||||
),
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user