FileSaverStyle class

A custom style for FileSaver.

Constructors

FileSaverStyle({Color? primaryColor = _fsPrimaryColor, Color? secondaryColor = _fsSecondaryColor, TextStyle? primaryTextStyle = _fsPrimaryTextStyle, TextStyle? secondaryTextStyle = _fsSecondaryTextStyle, List<FileSaverIcon>? icons = _fsIcons})
Contains optionals Color, TextStyle and FileSaverIcon which will be used on FileSaver.

Properties

hashCode int
The hash code for this object.
no setterinherited
icons List<FileSaverIcon>?
An optional list of custom icon both for file and directory;
final
primaryColor Color?
An optional Color. Default value is _fsPrimaryColor.
final
primaryTextStyle TextStyle?
An optional TextStyle. Mostly uses as header text style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color?
An optional Color. Mostly uses as background color.
final
secondaryTextStyle TextStyle?
An optional TextStyle. Mostly uses as list of FileSystemEntity's name text style.
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