fontFamily method

StyledText fontFamily(
  1. String? family
)

Implementation

StyledText fontFamily(String? family) => this.._family = family;