fillRect function
Fill a rectangle that covers the given size. No-op on non-web platforms.
Implementation
void fillRect(dynamic context2D, Size size) {}
Fill a rectangle that covers the given size. No-op on non-web platforms.
void fillRect(dynamic context2D, Size size) {}