toggledOn property

bool? toggledOn
final

For InspectorButtonVariant.toggle buttons, this determines if the button is currently in the "on" (true) or "off" (false) state.

Implementation

final bool? toggledOn;