widgetName property

String widgetName

the widget type name for example: {"type" : "Text", "data" : "Denny"} if you want to make a flutter Text widget, you should implement this method return "Text", for more details, please see @TextWidgetParser

Implementation

String get widgetName;