AntdSelectionStyle constructor

const AntdSelectionStyle({
  1. bool inherit = true,
  2. Color? color,
  3. BoxHeightStyle? heightStyle,
  4. BoxWidthStyle? widthStyle,
  5. bool? enable,
})

Implementation

const AntdSelectionStyle(
    {super.inherit,
    this.color,
    this.heightStyle,
    this.widthStyle,
    this.enable});