StaticTextValue constructor
StaticTextValue({})
Implementation
StaticTextValue(
{Key? key,
required this.name,
required this.id,
required this.isBeforeHeader,
this.description,
required this.chosenValue})
: super(key: key);