DropCapTextParser class
- Inheritance
- 
    - Object
- WidgetParser
- DropCapTextParser
 
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- widgetName → String
- 
  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
  no setteroverride
- widgetType → Type
- 
  match current widget
  no setteroverride
Methods
- 
  export(Widget? widget, BuildContext? buildContext) → Map< String, dynamic> 
- 
  export the runtime widget to json
  override
- 
  matchWidgetForExport(Widget? widget) → bool 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  parse(Map< String, dynamic> map, BuildContext buildContext, ClickListener? listener) → Widget
- 
  parse the json map into a flutter widget.
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited