controller property

ValueNotifier<bool>? controller
final

An optional external controller for the expanded state.

When provided, this notifier becomes the source of truth for whether the section is expanded, overriding the widget's internal state management.

Implementation

final ValueNotifier<bool>? controller;