CrossmintCheckoutAppearance constructor

const CrossmintCheckoutAppearance({
  1. Map<String, Object?>? variables,
  2. Map<String, Object?>? rules,
  3. List<Map<String, String>>? fonts,
})

Implementation

const CrossmintCheckoutAppearance({this.variables, this.rules, this.fonts});