smartDashesType method
Indicates how to handle the intelligent replacement of dashes in text input
Equivalent to
TextFormField(
smartDashesType: input
)
Implementation
NikuTextField smartDashesType(SmartDashesType type) {
_smartDashesType = type;
return this;
}