weight method

Txt weight(
  1. FontWeight? weight
)

@fixed ~ set font weight

Implementation

Txt weight(FontWeight? weight) => resolve(weight, #weight);