controller property

ExpandableController? controller
final

An optional controller. If not specified, a default controller will be obtained from a surrounding ExpandableNotifier. If that does not exist, the controller will be created with the initial state of initialExpanded.

Implementation

final ExpandableController? controller;