NumberEditingTextController class
Constructors
-
NumberEditingTextController.currency({String? locale, String? currencyName, String? currencySymbol, num? value, String? decimalSeparator, String? groupSeparator, bool allowNegative = true})
-
Creates a controller instance suitable for formatting input as a money amount
-
NumberEditingTextController.decimal({String? locale, int? minimalFractionDigits, int? maximumFractionDigits, num? value, String? decimalSeparator, String? groupSeparator, bool allowNegative = true})
-
Creates a controller instance suitable for formatting input as a decimal
-
NumberEditingTextController.integer({String? locale, num? value, String? groupSeparator, bool allowNegative = true})
-
Creates a controller instance suitable for formatting input as an integer
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hasListeners
→ bool
-
Whether any listeners are currently registered.
no setterinherited
-
number
↔ num?
-
Extracts the underlying number value
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selection
↔ TextSelection
-
The currently selected range within text.
getter/setter pairinherited
-
text
↔ String
-
The current string the user is editing.
getter/setter pairinherited
-
value
↔ TextEditingValue
-
The current value stored in this notifier.
getter/setter pairinherited-getteroverride-setter