TextOverflow enum
How overflowing text should be handled.
Constants
- clip → const TextOverflow
-
Clip the overflowing text to fix its container.
const TextOverflow(0)
- ellipsis → const TextOverflow
-
Use an ellipsis to indicate that the text has overflowed.
const TextOverflow(2)
- fade → const TextOverflow
-
Fade the overflowing text to transparent.
const TextOverflow(1)
-
values
→ const List<
TextOverflow> -
A constant List of the values in this enum, in order of their declaration.
const List<
TextOverflow>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited