solid static method
Implementation
static BackgroundModel solid(
    String appId, RgbModel color, ShadowModel withShadow) {
  return _construct(
      appId: appId, fromColor: color, toColor: color, withShadow: withShadow);
}static BackgroundModel solid(
    String appId, RgbModel color, ShadowModel withShadow) {
  return _construct(
      appId: appId, fromColor: color, toColor: color, withShadow: withShadow);
}