12/31/2
This commit is contained in:
@@ -45,17 +45,6 @@ class MyScafolld extends StatelessWidget {
|
||||
style: AppStyle.title.copyWith(fontSize: 30),
|
||||
),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
SizedBox(
|
||||
height: Get.height,
|
||||
width: Get.width,
|
||||
child: Stack(children: body))
|
||||
],
|
||||
),
|
||||
)));
|
||||
body: SafeArea(child: Stack(children: body)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user