shadow property

List<BoxShadow>? shadow
final

Overrides the card shadow. Defaults to the theme glow when enabled, else the card-tier shadow for the theme background brightness, re-inked with BankThemeData.shadowTint when the brand defines one; pass const [] to flatten.

Implementation

final List<BoxShadow>? shadow;