TypographyEllipsis class

Constructors

TypographyEllipsis({bool expandable = false, required int rows, String? suffix, Widget? symbol, Widget? tooltip, void onEllipsis(TypographyEllipsis ellipsis)?, void onExpand()?})

Properties

expandable bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onEllipsis ↔ (void Function(TypographyEllipsis ellipsis)?)
getter/setter pair
onExpand ↔ (void Function()?)
getter/setter pair
rows int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
getter/setter pair
symbol Widget?
getter/setter pair
tooltip Widget?
getter/setter pair

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