themeFileContent static method

String themeFileContent(
  1. String className
)

Implementation

static String themeFileContent(String className) {
  return '''
part of '../../ds_theme.dart';

class ${className}Theme {
// TODO: Define theme properties for $className component
}
''';
}