border property
Overrides the card outline. Defaults on dark surfaces to a
BankTokens.hairlineWidth hairline in BankTokens.hairlineColor;
light surfaces keep an invisible border of the same width (depth
comes from the shadow, not a visible outline). Pass const Border()
to remove it.
Implementation
final BoxBorder? border;