File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ insult him.
4646 This means that the click area can be shared between child elements without increasing nesting.
4747 Sometimes it may be necessary to combine with z-index)
48484 . visibility control
49+ 1 . visible
50+ 2 . invisible
51+ 3 . gone
49525 . constraint integrity hint
50536 . bias
51547 . z-index
@@ -57,6 +60,33 @@ insult him.
576013 . dimension ratio
586114 . relative id
596215 . wrapper constraints
63+ 1 . topLeftTo
64+ 2 . topCenterTo
65+ 3 . topRightTo
66+ 4 . centerLeftTo
67+ 5 . centerTo
68+ 6 . centerRightTo
69+ 7 . bottomLeftTo
70+ 8 . bottomCenterTo
71+ 9 . bottomRightTo
72+ 10 . centerHorizontalTo
73+ 11 . centerVerticalTo
74+ 12 . outTopLeftTo
75+ 13 . outTopCenterTo
76+ 14 . outTopRightTo
77+ 15 . outCenterLeftTo
78+ 16 . outCenterRightTo
79+ 17 . outBottomLeftTo
80+ 18 . outBottomCenterTo
81+ 19 . outBottomRightTo
82+ 20 . centerTopLeftTo
83+ 21 . centerTopCenterTo
84+ 22 . centerTopRightTo
85+ 23 . centerCenterLeftTo
86+ 24 . centerCenterRightTo
87+ 25 . centerBottomLeftTo
88+ 26 . centerBottomCenterTo
89+ 27 . centerBottomRightTo
609016 . staggered grid、grid、list(list is a special staggered grid, grid is also a special staggered
6191 grid)
629217 . circle position
@@ -100,6 +130,8 @@ import 'package:flutter_constraintlayout/flutter_constraintlayout.dart';
100130
101131# Example
102132
133+ View [ Flutter Web Online Example] ( https://constraintlayout.flutterfirst.cn )
134+
103135``` dart
104136import 'package:flutter/material.dart';
105137import 'package:flutter_constraintlayout/flutter_constraintlayout.dart';
You can’t perform that action at this time.
0 commit comments