ceil method

Size ceil()

Implementation

Size ceil() {
  return Size(width.ceil().toDouble(), height.ceil().toDouble());
}