Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BoxConstraints can be non-normalised (minWidth > maxWidth, for instance) #140

Closed
@FlutterIssues

Description

@FlutterIssues

Issue by Hixie
Monday Aug 24, 2015 at 20:45 GMT
Originally opened as https://github.com/flutter/engine/issues/778


We should figure out what to do about that. For example:

  • have layout() assert that the constraints are normalised
  • have BoxConstraints.normalize() for when you want to fix them up
  • have the non-const BoxConstraints constructors enforce normalisation

Metadata

Metadata

Assignees

Labels

frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions