constrainedWidth property

double constrainedWidth

Get total width (in pixels), the panel is allowed to take in the screen. It is allocated whenever panel is updated. (i.e., build method called)

Implementation

double get constrainedWidth => _constrainedWidth;