createEditor abstract method

Widget createEditor(
  1. BuildContext context,
  2. FocusNode focusNode
)

Create an embed editor for this embed controller.

Implementation

Widget createEditor(
  BuildContext context,
  FocusNode focusNode,
);