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