create abstract method
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);
create the widget given a WidgetData type
data the widget data
environment the current Environment
context the BuildContext
Widget create(T data, Environment environment, BuildContext context);