round method

Size round()

Implementation

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