SeniorDrawerStyle constructor

const SeniorDrawerStyle({
  1. Color? backgroundColor,
  2. Color? backIconColor,
  3. Color? boldItemColor,
  4. Color? emphasisItemColor,
  5. Color? footerTextColor,
  6. Color? lineColor,
  7. Color? neutralItemColor,
  8. Color? profileSubtitleColor,
  9. Color? profileTitleColor,
})

Style definitions for the SeniorDrawer component.

Implementation

const SeniorDrawerStyle({
  this.backgroundColor,
  this.backIconColor,
  this.boldItemColor,
  this.emphasisItemColor,
  this.footerTextColor,
  this.lineColor,
  this.neutralItemColor,
  this.profileSubtitleColor,
  this.profileTitleColor,
});