SpreadsheetTheme constructor

SpreadsheetTheme({
  1. String? primaryFontFamily,
  2. List<ThemeColorPair>? themeColors,
})

Implementation

SpreadsheetTheme({
  this.primaryFontFamily,
  this.themeColors,
});