SeniorMenuListItemStyle constructor

const SeniorMenuListItemStyle({
  1. Color? iconColor,
  2. Color? disabledPushIconColor,
  3. Color? pushIconColor,
  4. Color? subtitleColor,
  5. Color? titleColor,
})

Style definitions for the SeniorMenuListItem component.

Implementation

const SeniorMenuListItemStyle({
  this.iconColor,
  this.disabledPushIconColor,
  this.pushIconColor,
  this.subtitleColor,
  this.titleColor,
});