Paint fill(String key, Color color, {double? opacity}) { return get( key: key, color: color, style: PaintingStyle.fill, opacity: opacity, ); }