Skip to content

Commit d1aeaf8

Browse files
author
fbchen
committed
update comment
1 parent 0d066b9 commit d1aeaf8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/src/constraint_layout.dart

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ import 'package:flutter/foundation.dart';
66
import 'package:flutter/material.dart';
77
import '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

0 commit comments

Comments
 (0)