basicStyle property
TextStyle
get
basicStyle
Implementation
static TextStyle get basicStyle => _applyFontStyle(TextStyle(
fontSize: 15,
fontWeight: FontWeight.normal,
color: AppColor.blackcolor,
));