ceil method

Implementation

PlatformViewSize ceil() {
  return PlatformViewSize(width?.ceilToDouble(), height?.ceilToDouble());
}