build abstract method

Widget build(
  1. BuildContext context,
  2. QuillController controller,
  3. Embed node,
  4. bool readOnly,
  5. bool inline,
  6. TextStyle textStyle,
)

Implementation

Widget build(
  BuildContext context,
  QuillController controller,
  leaf.Embed node,
  bool readOnly,
  bool inline,
  TextStyle textStyle,
);