initiallyExpanded property
final
Specifies if the list tile is initially expanded (true) or collapsed (false).
Alternatively, a provided controller can be used to initially expand the tile if ExpansibleController.expand is called before this widget is built.
Defaults to false.
Implementation
final bool initiallyExpanded;