DefaultNavigationDrawerTheme constructor

DefaultNavigationDrawerTheme(
  1. BuildContext context
)

Implementation

DefaultNavigationDrawerTheme(this.context)
  : super(
      elevation: 1.0,
      tileHeight: 56.0,
      indicatorShape: const StadiumBorder(),
      indicatorSize: const Size(336.0, 56.0),
    );