SingleTextModel class
This model is using to create the number of the single text boxes
Constructors
- SingleTextModel.new({String singleText = "", String? topLabelText, String? bottomLabelText})
Properties
- bottomLabelText ↔ String?
-
Bottom label text on top of the single text box
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleText ↔ String
-
Text to show - prefilled
getter/setter pair
- topLabelText ↔ String?
-
Top label text on top of the single text box
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited