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