ActionEvent typedef

ActionEvent = void Function(Map data)

Implementation

typedef ActionEvent = void Function(Map<dynamic, dynamic> data);