expansionTileExpandedHint property

String expansionTileExpandedHint

The semantics hint to describe the tap action on an expanded ExpansionTile on iOS and macOS. This is appended to the collapsedHint hint to provide a more detailed description of the action, e.g. "Expanded double tap to collapse".

Implementation

String get expansionTileExpandedHint => 'double tap to collapse';