Skip to content

MarcoLeongDev/flutter-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Flutter Cheatsheet

UI Element

Text

  • String
  • textAlign
  • style

Button

  • child
  • onPressed(){}

RaisedButton

  • child
  • elevation
  • onPressed(){}

Image

  • image

Icon

  • Icon
  • size

Layout

Column

  • mainAxisAligment
  • mainAxisSize
  • crossAxisAligment
  • children

Row

  • mainAxisAligment
  • mainAxisSize
  • crossAxisAligment
  • children

Padding

  • padding

Scaffold

  • appBar
  • body
  • floatingActionButton

Stack

  • children

Center

  • child

Align

  • alignment
  • child

Container

  • margin
  • padding
  • alignment
  • width
  • height
  • decoration
  • child

Expanded (with Row/Column)

  • flex

About

flutter-cheatsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published