onCommand property

(void Function(int wParam, int lParam)?) onCommand
final

The command of this button when clicked.

Implementation

final void Function(int wParam, int lParam)? onCommand;