generate method
Generates the complete widget test file content.
Implementation
String generate() {
return WidgetTestTemplate.generate(
widgetName: widgetName,
importPath: importPath,
isConst: isConst,
);
}
Generates the complete widget test file content.
String generate() {
return WidgetTestTemplate.generate(
widgetName: widgetName,
importPath: importPath,
isConst: isConst,
);
}