CrossmintThemeData constructor

const CrossmintThemeData({
  1. Color? accentColor,
  2. Color? backgroundColor,
  3. Color? textPrimaryColor,
  4. Color? textSecondaryColor,
  5. Color? borderColor,
  6. Color? inputBackgroundColor,
  7. Color? dangerColor,
  8. Color? linkColor,
  9. double? borderRadius,
})

Implementation

const CrossmintThemeData({
  this.accentColor,
  this.backgroundColor,
  this.textPrimaryColor,
  this.textSecondaryColor,
  this.borderColor,
  this.inputBackgroundColor,
  this.dangerColor,
  this.linkColor,
  this.borderRadius,
});