App name Abbreviation
This is the app abbreviation in the navigation drawer, (WS) it's set that the first letter and the rest of it will have different colors
- 1- Open the config.dartfile.
- 2- Search for this:
/config/config.dart
  static const String appNameAbbreviation = "WS";
- 3- Change WhatSendwith your app name like this:
/config/config.dart
  static const String appNameAbbreviation = "EN";