controller property

ExpandableController? controller
final

An optional controller to manage the expansion state externally. If provided, the widget's state will synchronize with the controller. If null, the widget manages its own expansion state internally.

Implementation

final ExpandableController? controller;