onSelect method

  1. @override
void onSelect()
override

It's a function that takes no arguments and returns nothing.

Implementation

@override
void onSelect() {
  widget.state.selectionActionButtonKey.currentState?.deSelect();
}