PlexThemeData constructor

const PlexThemeData({
  1. required PlexColorTokens colors,
  2. String fontFamily = 'Roboto',
  3. PlexDensity density = PlexDensity.comfortable,
})

Implementation

const PlexThemeData({
  required this.colors,
  this.fontFamily = 'Roboto',
  this.density = PlexDensity.comfortable,
});