controller property

ExpansibleController? controller
final

Programmatically expands and collapses the CupertinoExpansionTile.

In cases where control over the tile's state is needed from a callback triggered by a widget within the tile, ExpansibleController.of may be more convenient than supplying a controller.

Implementation

final ExpansibleController? controller;