FlutterSummernote constructor

const FlutterSummernote({
  1. Key? key,
  2. String? value,
  3. double? height,
  4. BoxDecoration? decoration,
  5. String widthImage = '100%',
  6. String? hint,
  7. String? customToolbar,
  8. String? customPopover,
  9. bool hasAttachment = false,
  10. bool showBottomToolbar = true,
  11. dynamic returnContent(
    1. String
    )?,
})

Implementation

const FlutterSummernote({
  Key? key,
  this.value,
  this.height,
  this.decoration,
  this.widthImage = '100%',
  this.hint,
  this.customToolbar,
  this.customPopover,
  this.hasAttachment = false,
  this.showBottomToolbar = true,
  this.returnContent,
}) : super(key: key);