appNameStyle property

TextStyle? appNameStyle
final

appNameStyle is a TextStyle that holds the style of the application name. Default is TextStyle(fontSize: 15, color: Colors.white, fontWeight: FontWeight.w500).

Implementation

final TextStyle? appNameStyle;