ajout nouvelles pages tops et parametres

Vues_lucas
Lucas Delanier 3 years ago
parent ebdc9b3af7
commit decb821421

@ -66,11 +66,6 @@ class CardProvider extends ChangeNotifier{
notifyListeners();
}
void isLast(){
if(_urlImages.length == 1){
}
}
void setScreenSize(Size screenSize) => _screenSize = screenSize;

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

Loading…
Cancel
Save