noWrap function

WidgetWrapper noWrap()

This noWrap is a convenience function if you don't want to wrap widgets in default materialAppWrapper

Implementation

WidgetWrapper noWrap() => (child) => child;