fontWeight method

TextBuilder fontWeight(
  1. FontWeight value
)

Implementation

TextBuilder fontWeight(FontWeight value) => this.._fontWeight = value;