AntdRate constructor
const
AntdRate({
- Key? key,
- bool? allowClear = true,
- bool? allowHalf = false,
- bool? autoFocus = false,
- IconData? icon,
- int? count = 5,
- bool? disabled = false,
- List<
String> ? tooltips, - int? defalutValue = 0,
- int? value,
- VoidCallback? onFocus,
- VoidCallback? onBlur,
- void onChange()?,
- void onHoverChange()?,
- void onKeyDown()?,
Implementation
const AntdRate({
super.key,
this.allowClear = true,
this.allowHalf = false,
this.autoFocus = false,
this.icon,
this.count = 5,
this.disabled = false,
this.tooltips,
this.defalutValue = 0,
this.value,
this.onFocus,
this.onBlur,
this.onChange,
this.onHoverChange,
this.onKeyDown,
});