rectangle property

Rectangle<num> rectangle

Implementation

Rectangle<num> get rectangle => Rectangle<num>(0, 0, width, height);