SimpleTextStyle.normal_24 constructor
const
SimpleTextStyle.normal_24({
- Color color = ColorConfig.black_333333,
Implementation
const SimpleTextStyle.normal_24({
Color color = ColorConfig.black_333333,
}) : super(
color: color,
fontSize: 24,
fontWeight: FontWeight.normal,
decoration: TextDecoration.none,
);