cara menonaktifkan stack float dalam flutter

Scaffold(
    resizeToAvoidBottomPadding: false,
    body: body,
    appBar: appBar,
);
Wrong Wolf