YTitleWidget function
标题组件
Implementation
Expanded YTitleWidget(String? title, {Color? navBarTitleColor}) => Expanded(child: Center(child: Text(title ?? "", style: TextStyle(color: navBarTitleColor ?? YConfig.navBarTitleColor, fontSize: 18, fontWeight: FontWeight.w700))));