|
|
@ -22,10 +22,9 @@ class _MainProfilPageState extends State<MainProfilPage> {
|
|
|
|
double height = MediaQuery.of(context).size.height;
|
|
|
|
double height = MediaQuery.of(context).size.height;
|
|
|
|
double width = MediaQuery.of(context).size.width;
|
|
|
|
double width = MediaQuery.of(context).size.width;
|
|
|
|
|
|
|
|
|
|
|
|
return Scaffold(
|
|
|
|
return Container(
|
|
|
|
backgroundColor: Color(0xFF141414),
|
|
|
|
color: Color(0xFF141414),
|
|
|
|
resizeToAvoidBottomInset: false,
|
|
|
|
child: Container(
|
|
|
|
body: Container(
|
|
|
|
|
|
|
|
width: double.infinity,
|
|
|
|
width: double.infinity,
|
|
|
|
height: double.infinity,
|
|
|
|
height: double.infinity,
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|