containerHeight property

double containerHeight
inherited

Implementation

double get containerHeight {
  if (_slots.isEmpty) return 0;
  return _slots.last.bottom + _itemSize.height;
}