remainingWidth property

double get remainingWidth

Implementation

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