safeArea method

Widget safeArea()

Wrap in a SafeArea.

Implementation

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