withFamily method

TextStyle withFamily(
  1. String family
)

Implementation

TextStyle withFamily(String family) => copyWith(fontFamily: family);