ExpandableText class

Inheritance

Constructors

ExpandableText.lines(String text, {required int? lines, Color? arrowColor, double arrowSize = 24, ArrowBuilder? arrowWidgetBuilder, Duration animationDuration = const Duration(milliseconds: 150), TextStyle? textStyle, StrutStyle? strutStyle, TextAlign textAlign = TextAlign.start, TextDirection textDirection = TextDirection.ltr, Locale? locale, double textScaleFactor = 1, TextWidthBasis textWidthBasis = TextWidthBasis.parent, bool expand = false, Alignment alignment = Alignment.topCenter, Key? key})
Auto control Collapse text to max lines. If the text's line < maxLines, then will show text directly
ExpandableText.manual(String text, {required bool expand, required TickerProvider? vsync, Duration animationDuration = const Duration(milliseconds: 150), TextStyle? textStyle, StrutStyle? strutStyle, TextAlign textAlign = TextAlign.start, TextDirection textDirection = TextDirection.ltr, Locale? locale, double textScaleFactor = 1, TextWidthBasis textWidthBasis = TextWidthBasis.parent, Alignment alignment = Alignment.topCenter, Key? key})
Manual control Show and hide text completely
ExpandableText.showHide(String text, {Color? arrowColor, double arrowSize = 24, ArrowBuilder? arrowWidgetBuilder, Duration animationDuration = const Duration(milliseconds: 150), TextStyle? textStyle, StrutStyle? strutStyle, TextAlign textAlign = TextAlign.start, TextDirection textDirection = TextDirection.ltr, Locale? locale, double textScaleFactor = 1, TextWidthBasis textWidthBasis = TextWidthBasis.parent, bool expand = false, Alignment alignment = Alignment.topCenter, Key? key})
Auto control Show and hide text completely. With a arrow at the bottom.

Properties

alignment Alignment
Control the animation position
final
animationDuration Duration
How long the expanding animation takes. Default is 150ms.
final
arrowColor Color?
Color of the default arrow widget.
final
arrowSize double
Size of the default arrow widget. Default is 24.
final
arrowWidgetBuilder ArrowBuilder?
Custom arrow widget builder, will using ExpandArrow if this is null.
final
expand bool
In manual mode, it control the expand status In auto mode(showHide\lines), it decide Whether expand at the beginning or not, Default is false
final
expandMode → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
lines int?
Set up collapse lines when show text in collapse mode
final
locale Locale?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strutStyle StrutStyle?
Other text parameters, seeText
final
text String
Text, should not be null
final
textAlign TextAlign
final
textDirection TextDirection
final
textScaleFactor double
final
textStyle TextStyle?
Style of text
final
textWidthBasis TextWidthBasis
final
vsync TickerProvider?
vsync provider for manual mode
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _ExpandableTextState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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