materialAppContent property
Template for the MaterialApp widget content.
Implementation
static String materialAppContent = '''
{{materialApp}}(
title: 'Create Flutter App',
{{theme}}
{{home}}
{{router}}
);
''';
Template for the MaterialApp widget content.
static String materialAppContent = '''
{{materialApp}}(
title: 'Create Flutter App',
{{theme}}
{{home}}
{{router}}
);
''';