static String themeFileContent(String className) { return ''' part of '../../ds_theme.dart'; class ${className}Theme { // TODO: Define theme properties for $className component } '''; }