FlutterEmbedView constructor
const
FlutterEmbedView({
- String? id,
- String? classes,
- Styles? styles,
- ViewConstraints? constraints,
- Component? loader,
- Widget? widget,
- Key? key,
Implementation
const FlutterEmbedView({
this.id,
this.classes,
this.styles,
this.constraints,
this.loader,
this.widget,
super.key,
}) : loadLibrary = null,
builder = null;