bottomSide method
Override to customize the bottom area of your screen.
Tip: Ideal for placing elements like navigation controls.
Implementation
Widget bottomSide(BuildContext context, double bottomInsets) {
return const SizedBox.shrink();
}
Override to customize the bottom area of your screen.
Tip: Ideal for placing elements like navigation controls.
Widget bottomSide(BuildContext context, double bottomInsets) {
return const SizedBox.shrink();
}