boxSize property

Size? boxSize

Implementation

Size? get boxSize {
  assert(_boxSize != null, 'box does not have laid out.');
  return _boxSize;
}