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