ElementAppearance constructor
const
ElementAppearance({})
Implementation
const factory ElementAppearance({
@Default(ElementTheme.stripe) ElementTheme theme,
Map<String, String>? variables,
Map<String, Map<String, String>>? rules,
@Default(ElementAppearanceLabels.above) ElementAppearanceLabels labels,
}) = _ElementAppearance;