RequiredFlickerTextInput constructor
RequiredFlickerTextInput({})
Implementation
RequiredFlickerTextInput({
Key? key,
this.initialValue,
this.labelText,
this.uppercaseLabelAndHint = true,
this.onChanged,
this.suffix,
this.prefix,
this.readonly = false,
this.width = 250,
}) : super(key: key);