Blame view

lib/common/core/assets_const.dart 174 Bytes
e12dbc82   Key   user module
1
2
3
4
5
  class AssetsConst {
    static const String _assetImagePrefix = "assets/images/";
    static const String wowLogo = "wow_logo.png";
    static const String icVip = "ic_vip.png";
  }