chickenStyleTemplateContent top-level property
Implementation
String chickenStyleTemplateContent = '''
final regularFONT_SIZE = TextStyle(
fontSize: FONT_SIZE,
color: COLOR_VALUE
);
final boldFONT_SIZE = TextStyle(
fontSize: FONT_SIZE,
fontWeight: FontWeight.bold,
color: COLOR_VALUE
);
''';