SeniorDrawerThemeData constructor

const SeniorDrawerThemeData({
  1. SeniorDrawerStyle? style,
})

Theme definitions for the SeniorDrawer component.

Implementation

const SeniorDrawerThemeData({
  this.style,
});