style property

SeniorCardStyle? style
final

The style definitions for the component. Allows you to configure: SeniorCardStyle.backgroundColor the card's background color. SeniorCardStyle.disabledBackgroundColor the card's background color when it's disabled. SeniorCardStyle.iconColor the color of the card's icon. SeniorCardStyle.quotesColor the color of quotes characters.

Implementation

final SeniorCardStyle? style;