builder property
String Function({bool addApiCalling, String? buttonColor, required String className, List<String> drawerNames, bool hasBottomBar, bool hasDrawer, bool isCurved, required String isLoading, String? projectName, List<Map<String, String> > signupFields, List<String> tabNames, String? textColor})
builder
final
Function that returns the generated code string
Implementation
final String Function({
required String className,
required String isLoading,
bool addApiCalling,
String? projectName,
bool hasBottomBar,
bool hasDrawer,
List<String> tabNames,
List<String> drawerNames,
List<Map<String, String>> signupFields,
bool isCurved,
String? buttonColor,
String? textColor,
}) builder;