InputPart class abstract

Implemented types
Implementers

Constructors

InputPart()
const
InputPart.editable({required int length, bool obscureText, List<TextInputFormatter> inputFormatters, Widget? placeholder, required double width})
const
factory
InputPart.static(String text)
const
factory
InputPart.widget(Widget widget)
const
factory

Properties

canHaveValue → bool
no setter
hashCode → int
The hash code for this object.
no setterinherited
part → InputPart
no setteroverride
partKey → Object?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String?
no setteroverride

Methods

build(BuildContext context, FormattedInputData data) → Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
withValue(String value) → FormattedValuePart
override

Operators

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