style property

SeniorDrawerStyle? style
final

The style definitions for the component. Allows you to configure: SeniorDrawerStyle.backgroundColor the background color of the drawer. SeniorDrawerStyle.backIconColor the color of the drawer back icon. SeniorDrawerStyle.boldItemColor the color of bold type items. SeniorDrawerStyle.emphasisItemColor the color of emphasis-type items. SeniorDrawerStyle.footerTextColor the color of the text in the footer. SeniorDrawerStyle.lineColor the color of the line that separates the profile area and the items list. SeniorDrawerStyle.neutralItemColor the color of neutral-type items. SeniorDrawerStyle.profileSubtitleColor the profile subtitle color. SeniorDrawerStyle.profileTitleColor the profile title color.

Implementation

final SeniorDrawerStyle? style;