create method
create the widget given a WidgetData type
data the widget data
environment the current Environment
context the BuildContext
Implementation
@override
Widget create(ForWidgetData data, Environment environment, BuildContext context) {
throw Exception("a for widget should not be created"); // TODO .> doch , wenn ncint in einem container???
}