Comment désactiver la pile flottante en flottement
Scaffold(
resizeToAvoidBottomPadding: false,
body: body,
appBar: appBar,
);
Wrong Wolf
Scaffold(
resizeToAvoidBottomPadding: false,
body: body,
appBar: appBar,
);