onSelect method

  1. @override
void onSelect()
override

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

Implementation

@override
void onSelect() {
  widget.state.copyButtonSecondaryKey.currentState?.deSelect();
  CatLogger().addLog(
    context: context,
    previousCommand: "",
    currentCommand: "copy",
    description: CatLoggingLevel.buttonSelect,
  );
}