appBarTextStyle property

  1. @override
dynamic get appBarTextStyle
override

AppBar 文字样式 带阴影的标题文字,文字颜色位白色,主题色注意。

Implementation

@override
get appBarTextStyle => const TextStyle(
    color: Colors.white,
    fontSize: 18,
    shadows: _shadows4,
    letterSpacing: 1.8,
    fontWeight: FontWeight.w500);