HeadTitle.h2 constructor
HeadTitle.h2(
- String title
Implementation
factory HeadTitle.h2(String title) {
return HeadTitle(
title,
titleStyle: TextStyle(
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
);
}