isEnableExpanded property

bool? isEnableExpanded
final

The widget can expand or NOT. It helps when you want to prohibit expansion until the API requests success. More detail: https://github.com/congthanhng/Expansion-Tile-Group/issues/22

Implementation

final bool? isEnableExpanded;