safe method

Widget safe()

Wraps this widget in a SafeArea.

Implementation

Widget safe() => SafeArea(child: this);