kButtonTextStyle property

TextStyle kButtonTextStyle
final

Implementation

static final kButtonTextStyle = TextStyle(
  color: kWhiteColor,
  fontSize: ScreenUtil().setSp(14),
  fontWeight: FontWeight.w700,
);