StoryCustomText constructor

StoryCustomText({
  1. String? cancelText,
  2. String? doneText,
  3. String? filterText,
  4. String? hintAddText,
  5. String? hintCaptionText,
})

Implementation

StoryCustomText({
  this.cancelText,
  this.doneText,
  this.filterText,
  this.hintAddText,
  this.hintCaptionText
});