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