ModalBuilder class
Constructors
- ModalBuilder(String customId, String label)
Properties
-
components
↔ List<
RowBuilder> -
The RowBuilder of the modal.
getter/setter pair
- customId ↔ String
-
The unique id of this.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String
-
The title of this.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ComponentType?
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paragraph(
ParagraphBuilder builder) → void - Created a input text field with multiple lines
-
text(
TextBuilder builder) → void - Created a input text field
-
toJson(
) → Object - Serialize this to json.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited