import \'package:flutter/services.dart\';
void main() { runApp(MyApp());
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom]); }