DeclareProperty constructor

const DeclareProperty({
  1. String group = "",
  2. bool hide = false,
  3. Type? editor,
  4. String? label,
  5. Type? validator,
})

Implementation

const DeclareProperty({this.group = "", this.hide = false, this.editor, this.label, this.validator});