ModalBuilder class

Constructors

ModalBuilder(String customId, String label)

Properties

components List<RowBuilder>
getter/setter pair
customId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited