FlutterEmbedView constructor

const FlutterEmbedView({
  1. String? id,
  2. String? classes,
  3. Styles? styles,
  4. ViewConstraints? constraints,
  5. Component? loader,
  6. Widget? widget,
  7. Key? key,
})

Implementation

const FlutterEmbedView({
  this.id,
  this.classes,
  this.styles,
  this.constraints,
  this.loader,
  this.widget,
  super.key,
}) : loadLibrary = null,
     builder = null;