autoSize property

bool autoSize
final

Wraps the CustomPaint in an SizedBox.expand() so it takes the available space in the parent. Warning: will not work with inside Flex Widgets.

Implementation

final bool autoSize;