parse abstract method

Widget parse(
  1. Map<String, dynamic> map,
  2. BuildContext buildContext,
  3. ClickListener? listener
)

parse the json map into a flutter widget.

Implementation

Widget parse(Map<String, dynamic> map, BuildContext buildContext,
    ClickListener? listener);