Blame view

lib/common/core/assets_const.dart 266 Bytes
e12dbc82   Key   user module
1
  class AssetsConst {
c95453ce   Key   feat: User界面完善
2
3
4
5
    static const String _assetImagePrefix = 'assets/images/';
    static const String wowLogo = '${_assetImagePrefix}wow_logo.png';
    static const String icVip = '${_assetImagePrefix}ic_vip.png';
  //static String get icVip2 =>'ic_vip.png'.assetImg;
e12dbc82   Key   user module
6
  }