drawerTheme function

DrawerThemeData drawerTheme(
  1. BuildContext context
)

Implementation

DrawerThemeData drawerTheme(BuildContext context) {
  return theme(context).drawerTheme;
}