lightThemeFileContent top-level constant
String
const lightThemeFileContent
Implementation
const String lightThemeFileContent ='''
import 'package:flutter/material.dart';
ThemeData getLightThemeData()=>ThemeData(
);
''';