floor method

Size floor()

Implementation

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