fontWeight method

T fontWeight(
  1. FontWeight? weight
)

@fixed ~ set font weight

Implementation

T fontWeight(FontWeight? weight) => resolve(weight, #fontWeight);