DebugDoubleProperty constructor
DebugDoubleProperty(})
If specified, unit describes the unit for the value (e.g. px).
Implementation
DebugDoubleProperty(
super.name,
super.value, {
super.ifNull,
super.unit,
super.tooltip,
super.defaultValue,
super.showName,
});