IDSFloatTextField constructor
const
IDSFloatTextField({})
Creates an instance of IDSFloatTextField with the specified parameters.
Implementation
const IDSFloatTextField({
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,
});