SemanticsActionHandler typedef Null safety
Signature for a handler of a SemanticsAction.
Returned by SemanticsConfiguration.getActionHandler.
Implementation
typedef SemanticsActionHandler = void Function(Object? args);
Signature for a handler of a SemanticsAction.
Returned by SemanticsConfiguration.getActionHandler.
typedef SemanticsActionHandler = void Function(Object? args);