YTitleWidget constructor
YTitleWidget(
- String? title, {
- double fontSize = 18,
- FontWeight fontWeight = FontWeight.w700,
Implementation
YTitleWidget(
this.title, {
this.navBarTitleColor,
this.fontSize = 18,
this.fontWeight = FontWeight.w700,
});