appNameStyle property
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;
appNameStyle is a TextStyle that holds the style of the application name. Default is TextStyle(fontSize: 15, color: Colors.white, fontWeight: FontWeight.w500).
final TextStyle? appNameStyle;