button constant

TextStyle const button

Implementation

static const TextStyle button = TextStyle(
  fontSize: 13,
  fontWeight: FontWeight.w700,
  color: SunnyColors.white,
);