TextStyler.fontWeight constructor

TextStyler.fontWeight(
  1. FontWeight value
)

Implementation

factory TextStyler.fontWeight(FontWeight value) =>
    TextStyler().fontWeight(value);