bcLoose function

BoxConstraints bcLoose(
  1. num width,
  2. num height
)

Implementation

BoxConstraints bcLoose(num width, num height) => BoxConstraints.loose(Size(width.toDouble(), height.toDouble()));