VInputLanguage class

Constructors

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

Properties

cancel String
final
files String
final
hashCode int
The hash code for this object.
no setterinherited
location String
final
media String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareMediaAndLocation String
final
textFieldHint String
final
thereIsFileHasSizeBiggerThanAllowedSize String
final
thereIsVideoSizeBiggerThanAllowedSize String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited