buttonStyle property

TextStyle get buttonStyle

Implementation

static TextStyle get buttonStyle => _applyFontStyle(TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.bold,
  color: AppColor.whitecolor,
));