79148012

Date: 2024-11-01 12:40:06
Score: 0.5
Natty:
Report link

Here is your Back Button

backButton: IconButton(
    onPressed: () {
        Scaffold.of(context).isDrawerOpen
            ? Scaffold.of(context).closeDrawer()
            : Scaffold.of(context).openDrawer();
        }
    icon: Icon(
        Icons.menu,
        color: AppColors.white,
    ),
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shoua Ul Qammar