create method

  1. @override
Widget create(
  1. ForWidgetData data,
  2. Environment environment,
  3. BuildContext context
)
override

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???
}