appBarTextStyle property

TextStyle? appBarTextStyle

Implementation

TextStyle? get appBarTextStyle {
  return cupertinoVisualStyle?.appBarTextStyle;
}