size property

  1. @override
Size get size
override

The size of the particle. Used for layout calculations and bounds checking.

Implementation

@override
Size get size => Size(length, width);