VInputLanguage constructor

const VInputLanguage({
  1. String textFieldHint = "Type your message...",
  2. String media = "Media",
  3. String files = "Files",
  4. String cancel = "Cancel",
  5. String location = "Location",
  6. String shareMediaAndLocation = "Share media and location",
  7. String thereIsVideoSizeBiggerThanAllowedSize = "There is video size bigger than allowed size",
  8. String thereIsFileHasSizeBiggerThanAllowedSize = "There is File has size bigger than allowed size",
})

Implementation

const VInputLanguage({
  this.textFieldHint = "Type your message...",
  this.media = "Media",
  this.files = "Files",
  this.cancel = "Cancel",
  this.location = "Location",
  this.shareMediaAndLocation = "Share media and location",
  this.thereIsVideoSizeBiggerThanAllowedSize =
      "There is video size bigger than allowed size",
  this.thereIsFileHasSizeBiggerThanAllowedSize =
      "There is File has size bigger than allowed size",
});