EventAction typedef

EventAction = void Function(ChildAction action)?

Implementation

typedef EventAction = void Function(ChildAction action)?;