fontWeight static method

TextStyle fontWeight(
  1. FontWeight fontWeight
)

Implementation

static TextStyle fontWeight(FontWeight fontWeight) =>
    TextStyle(fontWeight: fontWeight);