DisableWidget constructor
const
DisableWidget({})
Implementation
const DisableWidget({
super.key,
required this.child,
required this.disable,
this.disabledMessage,
ColorFilter? colorFilter,
bool? showColorFilter,
}) : _showColorFilter = showColorFilter ?? disable,
_colorFilter = colorFilter ?? _greyscale;