CloseBtn typedef

CloseBtn = Widget Function(dynamic tap())

Implementation

typedef CloseBtn = Widget Function(Function() tap);