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