TenMiniInput constructor
const
TenMiniInput({})
Implementation
const TenMiniInput(
{this.onChanged,
this.onSubmitted,
required this.labelText,
this.borderRadius = 8.0,
this.maxLength,
required this.controller,
this.onChangeFocus,
this.keyboardType,
this.prefix,
this.suffix,
super.key});