assetsContent property

String assetsContent
getter/setter pair

Template for the lib/constants/assets.dart file.

Implementation

static String assetsContent = '''
  class Assets {
    static final String basePath = "assets/images/";

    // Add your assets here
    // Example :

    // static final String logo = '\${basePath}logo.png';
  }
''';