selectionButtonKey property

GlobalKey<SelectionButtonState> selectionButtonKey
final

Creating a GlobalKey for the SelectionButton widget.

Implementation

final GlobalKey<SelectionButtonState> selectionButtonKey = GlobalKey();