floor method

  1. @override
Size floor()
override

Implementation

@override
Size floor() {
  return Size(x.floorToDouble(), y.floorToDouble());
}