IDSNumberTextField constructor
const
IDSNumberTextField({})
Creates a IDSNumberTextField with customizable styles and properties.
Implementation
const IDSNumberTextField({
super.key,
this.controller,
required this.hintText,
this.prefixIcon,
this.prefixIconColor,
this.hintTextColor,
this.textColor,
this.borderColor,
this.focusedBorderColor,
this.validator,
this.circularRadius = 25.0,
this.maxLength = 1000,
});