BlodTextStyle constructor
const
BlodTextStyle({
- Color? color,
- double? fontSize = 16,
- FontWeight? fontWeight = FontWeight.bold,
- TextDecoration? decoration = TextDecoration.none,
Implementation
const BlodTextStyle({
super.color,
super.fontSize = 16,
super.fontWeight = FontWeight.bold,
super.decoration = TextDecoration.none,
}) : super(
fontFamily: 'roboto-regular',
fontStyle: FontStyle.normal,
);