Please enable JavaScript.
Coggle requires JavaScript to display documents.
Module 2 - Coggle Diagram
Module 2
-
Font
-
-
-
Custom AppBar Titlte
Trong materialApp-> appbartheme: textTheme(Themedata.light()
.textTheme.copyWith(title: TextStyle(fontFamily, fontWeight, fontSize 20)
-
-
Column Alignment
MainAxisAlignment là từ trên xuống dưới, mặc định là top
CrosAxisAlignment: Là từ trái sang phải, mặc định là left
Column/Row vs Container
Column /Row
Dùng cho các phần tử nằm liền kề, nối tiếp nhau
Chiếm chỗ toàn bộ nếu nó xuất hiện, (Column thì chiếm chiều dọc, Row thì chiếm chiều ngang)
-
Chỉ có alignment, chưa có styling
Container
-
Có thể styling , alignment
-
-
-
-
-
-
-
-
MediaQuery.of(context).viewInset.bottom(phần che phủ khi bàn phím bật lên). Dùng cho cái showmodalbottomsheet
-
-