-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AlperZM edited this page Oct 13, 2022
·
6 revisions
Go To Variables
Declare and use variables.
How to use comments. // => comment line
In Dart a variable cannot contain null
.
If you need a null
you can use ?
mark after declare the variable. For example: int? = null
widgets == divs in html, rows and columns == rows and columns in HTML(-CSS -Bootstrap),
- row <=> ListTile,
- column <=> ListView
source: flutter.dev