fillRect function

void fillRect(
  1. dynamic context2D,
  2. Size size
)

Fill a rectangle that covers the given size. No-op on non-web platforms.

Implementation

void fillRect(dynamic context2D, Size size) {}