FlutterWidget constructor Null safety
- {Key? key,
- required Widget? widget,
- WrappingBuilder<
Object> ? wrappingBuilder, - WidgetBuilder? emptyBuilder,
- void onLinkTap( )?,
- Map<
String, CustomWidgetBuilder> customWidgets = const {}}
Implementation
const FlutterWidget({
super.key,
required this.widget,
this.wrappingBuilder,
this.emptyBuilder,
this.onLinkTap,
this.customWidgets = const {},
}) : request = null,
json = null,
httpClient = null,
formData = null,
assetPath = null;