ValueHolder constructor

ValueHolder({
  1. String? ionText,
})

Implementation

ValueHolder({
  this.ionText,
});