getButtonStyle static method

TextStyle getButtonStyle()

Implementation

static TextStyle getButtonStyle() => const TextStyle(
      fontSize: 16,
      color: Colors.white,
      fontWeight: FontWeight.w500,
    );