bounds method

  1. @override
Rectangle bounds()

Returns a zero-sized bounds rectangle (borders draw into provided areas).

Implementation

@override
Rectangle bounds() => const Rectangle(minX: 0, minY: 0, maxX: 0, maxY: 0);