FileSaverText class

List of displayed text in entire FileSaver.

Constructors

FileSaverText({String titlePickFile = 'Pick File', String titleSaveFile = 'Save File', String titlePickFiles = 'Pick Files', String buttonSave = 'Save', String buttonDone = 'Done', String buttonClose = 'Close', String buttonFileTypes = 'File Types', String infoEmptyFolder = 'Folder is empty', String infoSelected = 'File has been selected', String infoMultipleSelected = 'Files have been selected', String messageSucces = 'File has been saved', String messageDenied = 'Storage Access Denied', String popupNo = 'NO', String popupYes = 'YES', String popupTitle = 'Confirmation', String popupInformation = 'File already exists.\nDo you want to replace it ?', List<String> months = const ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']})
Customizing displayed text in entire FileSaver.
const

Properties

buttonClose String
Default value is Close.
final
buttonDone String
Default value is Done.
final
buttonFileTypes String
Default value is File Types.
final
buttonSave String
Default value is Save.
final
hashCode int
The hash code for this object.
no setterinherited
infoEmptyFolder String
Default value is Folder is empty.
final
infoMultipleSelected String
Default value is Files have been selected.
final
infoSelected String
Default value is File has been selected.
final
messageDenied String
Default value is Storage Access Denied.
final
messageSucces String
Default value is File has been saved.
final
months List<String>
Default value is
final
popupInformation String
Default value is File already exists.\nDo you want to replace it ?.
final
popupNo String
Default value is NO.
final
popupTitle String
Default value is Confirmation.
final
popupYes String
Default value is YES.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titlePickFile String
Default value is Pick File.
final
titlePickFiles String
Default value is Pick Files.
final
titleSaveFile String
Default value is Save File.
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