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