I am using notched FAB icon in bottom navigation bar and to make the notch transparent added extendbody in scaffold.
return Scaffold(
extendBodyBehindAppBar: false,
extendBody: true,
resizeToAvoidBottomInset: false,
appBar: AppBar(
after adding extendbody properties page content not scrolling to the end, some content on page falling behind the bottom navigation bar and not scrolling.
Please help me guys.