Skip to main content

Posts

Showing posts with the label children

Flutter Properties 'C'

  1.  child :  This can hold any one of the widgets in flutter (such as Text, Column, Row, Container, Center, etc).  To layout multiple widgets , let this widget's child be a widget such as Row, Column, or Stack, which have a children property, and then provide the children to that widget. Type: Widget Syntax: