containedButton constant

TextStyle const containedButton

Contained Button - Default

Implementation

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