safeArea property

Widget get safeArea

Wrap with SafeArea

Implementation

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