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';
6
6
import 'package:flutter/material.dart' ;
7
7
import 'package:flutter/rendering.dart' ;
8
8
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
- ///
20
9
/// author: hackware
21
10
/// home page: https:///github.com/hackware1993
22
11
You can’t perform that action at this time.
0 commit comments