AFTextStyle constructor

AFTextStyle({
  1. required AFThemeID color,
  2. required AFThemeID fontSize,
  3. AFThemeID? weight,
})

Implementation

AFTextStyle({
  required this.color,
  required this.fontSize,
  this.weight,
});