controlsBuilder property

Widget Function(T state, VoidCallback onChanged, bool isDarkMode) controlsBuilder
final

Builder function for the controls panel. Parameters:

  • state: The current component state
  • onChanged: Callback to trigger rebuild after state changes
  • isDarkMode: Whether dark mode is active

Implementation

final Widget Function(T state, VoidCallback onChanged, bool isDarkMode)
    controlsBuilder;