Zwsp class abstract

Utility class for safely integrating the zero-width unicode character in editable text in order to detect delete actions as proposed by Matt Carroll.

see https://medium.com/super-declarative/why-you-cant-detect-a-delete-action-in-an-empty-flutter-text-field-3cf53e47b631

Constructors

Zwsp()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

strip(String text) String
value() TextEditingValue

Constants

raw → const String