TextStyleConfig constructor
const
TextStyleConfig({})
Implementation
const TextStyleConfig({
required this.fontSize,
this.fontWeight = FontWeight.w400,
this.color,
this.fontStyle,
this.letterSpacing,
this.height,
});