bcFixed function

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

Implementation

BoxConstraints bcFixed(num width, num height) => BoxConstraints.tight(Size(width.toDouble(), height.toDouble()));