Wrapper typedef

Wrapper = Widget Function(Widget child)

Implementation

typedef Wrapper = Widget Function(Widget child);