DrawerStyleBuilder typedef

DrawerStyleBuilder = Widget Function(BuildContext context, double animationValue, double slideWidth, Widget menuScreen, Widget mainScreen)

Build custom style with (context, animationValue, slideWidth, menuScreen, mainScreen) {}

Implementation

typedef DrawerStyleBuilder = Widget Function(
  BuildContext context,
  double animationValue,
  double slideWidth,
  Widget menuScreen,
  Widget mainScreen,
);