toDpSize method

Size toDpSize(
  1. Size size
)

Implementation

Size toDpSize(Size size) => Size(toDp(size.width), toDp(size.height));