Skip to content

Instantly share code, notes, and snippets.

import 'package:flutter/material.dart';
void main() {
var app = MaterialApp(
home: new SafeArea(
left: false,
top: true,
right: false,
bottom: false,
child: new Scaffold(