TextEdit class

Constructors

TextEdit({required BuildContext context, double width = 120, void onEditingComplete(String)?})

Properties

context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOpen bool
getter/setter pair
itemName String
getter/setter pair
onEditingComplete ↔ (void Function(String)?)
getter/setter pair
position Offset
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(Offset offset, String name) → void
toString() String
A string representation of this object.
inherited

Operators

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