inactiveColor property
- @Deprecated('Use fillColor instead. ' 'fillColor now manages the background color in all states. ' 'This feature was deprecated after v3.24.0-0.2.pre.')
final
The color used if the checkbox is inactive.
Currently inactiveColor is not used. Instead, fillColor controls the color of the background in all states, including when unselected.
Implementation
@Deprecated(
'Use fillColor instead. '
'fillColor now manages the background color in all states. '
'This feature was deprecated after v3.24.0-0.2.pre.'
)
final Color? inactiveColor;