Dart
dart:html
PaintRenderingContext2D
fillRect method
description
fillRect method
void
fillRect
(
num
x
,
num
y
,
num
width
,
num
height
)
Implementation
void
fillRect(
num
x,
num
y,
num
width,
num
height) native;