kBoldTextStyle top-level constant
TextStyle
const kBoldTextStyle
Implementation
const kBoldTextStyle = TextStyle(
color: kMainTextColor,
fontWeight: FontWeight.w600,
fontSize: 16.0,
overflow: TextOverflow.ellipsis,
);