FFontStyle constructor

const FFontStyle({
  1. FontStyle value = FontStyle.normal,
})

Set of funcs to use FontStyle in Teta

Implementation

const FFontStyle({
  super.value = FontStyle.normal,
});