HeadTitle.h5 constructor

HeadTitle.h5(
  1. String title
)

Implementation

factory HeadTitle.h5(String title) {
  return HeadTitle(
    title,
    titleStyle: TextStyle(
      fontSize: 20.0,
      fontWeight: FontWeight.bold,
    ),
  );
}