showComponentBody method

Widget? showComponentBody(
  1. ComponentData componentData
)

Returns a widget that specifies a design of this component.

Recommendation: type can by used to determine what widget should be returned.

Implementation

Widget? showComponentBody(ComponentData componentData) {
  return null;
}