h6BText method

TextStyle? h6BText(
  1. BuildContext context
)

Implementation

TextStyle? h6BText(BuildContext context) {
  return Theme.of(context)
      .textTheme
      .headline6!
      .copyWith(fontWeight: FontWeight.bold, fontFamily: fontFamily);
}