fontWeight method

void fontWeight(
  1. FontWeight weight
)

Implementation

void fontWeight(FontWeight weight) => _textModel.fontWeight = weight;