DoubleOption constructor
DoubleOption({})
Implementation
DoubleOption({
required super.name,
super.defaultValue = 0.0,
super.description,
super.icon,
required super.reader,
required super.writer,
super.shouldShow = _defShouldShow,
});