ContentStyle constructor
const
ContentStyle({
- FontWeight? fontWeight,
- TextAlign? textAlign,
- Color textColor = Colors.black,
- double textSize = 14,
Implementation
const ContentStyle({
this.fontWeight,
this.textAlign,
this.textColor = Colors.black,
this.textSize = 14,
});