remainingLooseWidth property
double
get
remainingLooseWidth
Implementation
double get remainingLooseWidth {
assert(_layoutResult != null, 'Layout result is not available');
return _layoutResult!.remainingLooseWidth;
}