rightSide method
/ Override to customize the right area of your screen.
Tip: Ideal for placing elements like menus and side panels.
Implementation
Widget rightSide(BuildContext context, double rightInsets) {
return const SizedBox.shrink();
}
/ Override to customize the right area of your screen.
Tip: Ideal for placing elements like menus and side panels.
Widget rightSide(BuildContext context, double rightInsets) {
return const SizedBox.shrink();
}