diff --git a/lib/main.dart b/lib/main.dart index 8dbc569..c9d0cd0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -49,6 +49,7 @@ class _MyHomePageState extends State { return GestureDetector( onTap: () => hidekbd, child: Scaffold( + resizeToAvoidBottomInset: false, //new line appBar: AppBar( title: const Text("Base Converter"), actions: [ @@ -86,7 +87,7 @@ class _MyHomePageState extends State { child: Container( margin: const EdgeInsets.all(24), child: Center(child: resultToRichText())), - ) + ), ]), ), ),