create abstract method

Widget create(
  1. T data,
  2. Environment environment,
  3. BuildContext context
)

create the widget given a WidgetData type data the widget data environment the current Environment context the BuildContext

Implementation

Widget create(T data, Environment environment, BuildContext context);