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