ZeroNavigationDrawerStyle constructor

const ZeroNavigationDrawerStyle({
  1. Color? backgroundColor,
  2. double? width,
  3. ShapeBorder? shape,
  4. TextStyle? headerTitleStyle,
  5. TextStyle? sectionTitleStyle,
  6. bool separatorDrawer = true,
})

Implementation

const ZeroNavigationDrawerStyle({
  this.backgroundColor,
  this.width,
  this.shape,
  this.headerTitleStyle,
  this.sectionTitleStyle,
  this.separatorDrawer = true,
});