style property

FileSaverStyle? style
final

A custom style for FileSaver which containing Color, TextStyle and customable icon FileSaverIcon.

FileSaverStyle style = FileSaverStyle(primaryColor: Colors.orange);

Implementation

final FileSaverStyle? style;