drawLine method

Future<void> drawLine(
  1. int x,
  2. int y,
  3. int xend,
  4. int yend,
  5. int thickness,
)

Implementation

Future<void> drawLine(int x, int y, int xend, int yend, int thickness) {
  throw UnimplementedError('drawLine() has not been implemented.');
}