onSafeArea method

Widget onSafeArea()

Implementation

Widget onSafeArea()
{
  return SafeArea(child: this);
}