createAppBarTextColor method

Color? createAppBarTextColor()

设置默认 title 字体颜色

Implementation

Color? createAppBarTextColor() {
  return null;
}