ClipLabel class
Constructors
- ClipLabel(dynamic obj)
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
-
checkLabel(
String? label) → int -
define(
String? label) → int -
flag(
dynamic index) → int -
label(
dynamic index) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFlag(
int index, int flag) → void -
setLabel(
int index, String? label, bool moveFlag) → void -
toString(
) → String -
A string representation of this object.
inherited
-
undef(
String? label) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited