TStepButtonTexts constructor

TStepButtonTexts({
  1. String? forward,
  2. String? submit,
  3. String? back,
  4. String? close,
})

Implementation

TStepButtonTexts({
  this.forward,
  this.submit,
  this.back,
  this.close,
});