getClassName method
Implementation
String getClassName(BuildContext buildContext) {
String className = buildContext.widget.runtimeType.toString();
return className;
}
String getClassName(BuildContext buildContext) {
String className = buildContext.widget.runtimeType.toString();
return className;
}