File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,6 @@ import 'package:flutter/foundation.dart';
66import 'package:flutter/material.dart' ;
77import 'package:flutter/rendering.dart' ;
88
9- /// No matter how complex the layout is and how deep the constraints
10- /// are, each child element of ConstraintLayout will only be measured once
11- /// This results in extremely high layout performance.
12- ///
13- /// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- /// Warning:
15- /// For layout performance considerations, constraints are always
16- /// one-way, and there is no two child elements that directly or
17- /// indirectly restrain each other. Each constraint should describe
18- /// exactly where the child elements are located.
19- ///
209/// author: hackware
2110/// home page: https:///github.com/hackware1993
2211
You can’t perform that action at this time.
0 commit comments