StyleEntity constructor
const
StyleEntity({
- FontWeight? fontWeight,
- double? fontSize,
- Color? fontColor,
- Color? backgroundColor,
- Alignment? horizontalAlignment,
- CrossAxisAlignment? verticalAlignment,
- TextAlign? textAlign,
Implementation
const StyleEntity({
this.fontWeight,
this.fontSize,
this.fontColor,
this.backgroundColor,
this.horizontalAlignment,
this.verticalAlignment,
this.textAlign,
});