style property

SeniorCardStyle? style
final

The component's style definitions. Allows you to configure: SeniorCardStyle.backgroundColor the background color of the card. SeniorCardStyle.backgroundColorIfElevated the background color of the card when its elevated. [SeniorCardStyle.disabledBackgroundColor] the background color of the card when its disabled. SeniorCardStyle.iconColor the color of the card icon. SeniorCardStyle.outlinedColor the color of the card border. SeniorCardStyle.quotesColor the color of quotes characters.

Implementation

final SeniorCardStyle? style;