buttonText constant

TextStyle const buttonText

Implementation

static const TextStyle buttonText = TextStyle(
    fontSize: 16, fontWeight: FontWeight.w600, color: SunnyColors.white);