fontWeight method
Implementation
T fontWeight(final FontWeight fontWeight) => copyWith(
style: (style ?? const TextStyle()).copyWith(fontWeight: fontWeight),
) as T;
T fontWeight(final FontWeight fontWeight) => copyWith(
style: (style ?? const TextStyle()).copyWith(fontWeight: fontWeight),
) as T;