createState method
Creates the mutable state for this widget.
Implementation
@override
State<ShortcutActionsHandler> createState() => _ShortcutActionsHandlerState();
Creates the mutable state for this widget.
@override
State<ShortcutActionsHandler> createState() => _ShortcutActionsHandlerState();