Please enable JavaScript.
Coggle requires JavaScript to display documents.
Scaffold, Center, Text, button and icons, container and padding,…
Scaffold
AppBar
title
Text
centerTitle
boolean
backgroundColor
Colors.
elevation
number
its the drop shadow
body
backgroundColor
whole app background color
Center
child
Horizontally and vertically centered
Text
style
TextStyle
color
fontSize
decoratio
TextDecoration.underline / TextDecoration.none
fontWeight
FontWeight.
letterSpacing
number
'the text iteself'
button and icons
bottuns
RaisedButton
onPressed() {}
child
Text
FlatButton
RaisedButton.icon
icon
Icon
Icons.
label
Text
IconButton
does not have label
Icon
Icons.(material ui icons)
color
size
container and padding
Padding:
is parrent widget of for example text
padding
EdgeInsets.
container
padding
EndgeInsets.
then numbers
CircleAvatar
backgroundImage
Image
radius
Divider
height
height from above and bottom
color
color and fonts
Images and assets
image
NeworkImage
url
AssetImage
address in folders
Row
children
<Widget> []
mainAxisAlignment
MainAxisAlignment.
crossAxisAlignment
CrossAxisAlignment.
Expanded Widget
hi