InputBlock class

Collects information from users via block elements.

Inheritance

Constructors

InputBlock({required String label, required Map<String, dynamic> element, String? hint})

Properties

element Map<String, dynamic>
A plain-text input element, a checkbox element, a radio button element, a select menu element, a multi-select menu element, or a datepicker.
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
An optional hint that appears below an input element in a lighter grey. Maximum length for this field is 2000 characters.
final
label String
A label that appears above an input element. Maximum length for this field is 2000 characters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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