CyberNumeric constructor
const
CyberNumeric({
- Key? key,
- dynamic text,
- String? label,
- String? hint,
- String? format = "### ### ### ###.##",
- IconData? icon,
- bool enabled = true,
- dynamic isVisible = true,
- TextStyle? style,
- InputDecoration? decoration,
- ValueChanged<
double> ? onChanged, - dynamic onLeaver(
- dynamic
- double? min,
- double? max,
- bool isShowLabel = true,
- Color? backgroundColor,
- Color? focusColor,
- TextStyle? labelStyle,
- dynamic isCheckEmpty = false,
Implementation
const CyberNumeric({
super.key,
this.text,
this.label,
this.hint,
this.format = "### ### ### ###.##",
this.icon,
this.enabled = true,
this.isVisible = true,
this.style,
this.decoration,
this.onChanged,
this.onLeaver,
this.min,
this.max,
this.isShowLabel = true,
this.backgroundColor,
this.focusColor,
this.labelStyle,
this.isCheckEmpty = false,
});