statesController property

WidgetStatesController? statesController
final

Controller for managing button widget states externally.

Allows external control over hover, pressed, focused, and other widget states. Useful for implementing custom state logic or coordinating with other widgets.

Implementation

final WidgetStatesController? statesController;