rules property

Map<String, Object?>? rules
final

CSS rules for specific checkout elements (e.g. {'.Input': {'borderColor': '#CBD5E1'}}).

Implementation

final Map<String, Object?>? rules;