Blame view

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