EditablePart class

Inheritance

Constructors

EditablePart.new({required int length, bool obscureText = false, List<TextInputFormatter> inputFormatters = const [], Widget? placeholder, required double width})
const

Properties

canHaveValue bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
inputFormatters List<TextInputFormatter>
final
length int
final
obscureText bool
final
part InputPart
no setterinherited
partKey Object?
no setteroverride
placeholder Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
no setterinherited
width double
final

Methods

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

Operators

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