isExpandable property
bool
get
isExpandable
Implementation
bool get isExpandable => !scrollable && expandable && !isVerticalMode;
bool get isExpandable => !scrollable && expandable && !isVerticalMode;