YTitleWidget constructor

YTitleWidget(
  1. String? title, {
  2. Color? navBarTitleColor,
  3. double fontSize = 18,
  4. FontWeight fontWeight = FontWeight.w700,
})

Implementation

YTitleWidget(
  this.title, {
  this.navBarTitleColor,
  this.fontSize = 18,
  this.fontWeight = FontWeight.w700,
});