InputPart class abstract
- Implemented types
- Implementers
Constructors
- InputPart.new()
-
const
-
InputPart.editable({required int length, bool obscureText, List<
TextInputFormatter> inputFormatters, Widget? placeholder, required double width}) -
constfactory
- InputPart.static(String text)
-
constfactory
- InputPart.widget(Widget widget)
-
constfactory
Properties
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