FlutterWidgetProperty constructor

FlutterWidgetProperty(
  1. int id,
  2. bool isRequired,
  3. bool isSafeToUpdate,
  4. String name, {
  5. String? documentation,
  6. String? expression,
  7. List<FlutterWidgetProperty>? children,
  8. FlutterWidgetPropertyEditor? editor,
  9. FlutterWidgetPropertyValue? value,
})

Implementation

FlutterWidgetProperty(
    this.id, this.isRequired, this.isSafeToUpdate, this.name,
    {this.documentation,
    this.expression,
    this.children,
    this.editor,
    this.value});