Property<T> constructor

Property<T>(
  1. String name,
  2. T defaultValue, {
  3. String? tooltipMessage,
  4. ControlProperty? visibilityControlProperty,
})

Implementation

Property(
  this.name,
  this.defaultValue, {
  this.tooltipMessage,
  this.visibilityControlProperty,
});