menuButton static method

Widget menuButton({
  1. double animationStep = 0,
})

Implementation

static Widget menuButton({
  double animationStep = 0,
}) =>
    MenuButton(
        size: 24, color: AppColors.accentColor, animationStep: animationStep);