background property

  1. @JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? background
inherited

Primary button background color

Implementation

@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? get background => throw _privateConstructorUsedError;