Wraps this widget in a SafeArea to avoid system UI intrusions.
Widget onSafeArea() { return SafeArea(child: this); }