containedButtonDisabledNegative constant

TextStyle const containedButtonDisabledNegative

Contained Button - Disabled Negative

Implementation

static const TextStyle containedButtonDisabledNegative = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w700,
  color: BasfColors.copyTextGrey,
);