fillRect method

  1. @override
void fillRect(
  1. int char,
  2. int top,
  3. int left,
  4. int bottom,
  5. int right,
)
override

Implementation

@override
void fillRect(int char, int top, int left, int bottom, int right) {
  _buffer.fillRect(char, top, left, bottom, right);
}