SpreadsheetTheme constructor
SpreadsheetTheme({
- String? primaryFontFamily,
- List<
ThemeColorPair> ? themeColors,
Implementation
SpreadsheetTheme({
this.primaryFontFamily,
this.themeColors,
});