• Ian Hickson's avatar
    tightenWidth(), tightenHeight() => tighten(width:, height:) · c21b565f
    Ian Hickson authored
    This makes it more consistent with tightFor(), and also makes it
    easier to tighten both directions at once when you're not sure you
    will always do so (e.g. if you have a height and width that might be
    null, and want to tighten whichever ones aren't null).
    c21b565f
stack.dart 17.3 KB