AntdSelectionStyle constructor
const
AntdSelectionStyle({
- bool inherit = true,
- Color? color,
- BoxHeightStyle? heightStyle,
- BoxWidthStyle? widthStyle,
- bool? enable,
Implementation
const AntdSelectionStyle(
{super.inherit,
this.color,
this.heightStyle,
this.widthStyle,
this.enable});