width property

  1. @override
num get width
override

The pixels width of this canvas.

Implementation

@override
num get width => (_canvas.width ?? 0);