weight method

FontWeight? weight(
  1. dynamic weight
)

Implementation

FontWeight? weight(dynamic weight) {
  return fundamentals.weight(weight);
}