I Flutter, is widget gach rud — eilimintí UI (cnaipe, téacs, íomhánna), struchtúir leagan amach (sraitheanna, colúin, stuáil) agus fiú an feidhmchlár féin iad uilig. Is iad na widgets na blocanna tógála athraitheach nach athraitheach atá comhdhéanta chun an t-imlíne úsáideora iomlán a fhoirmiú.
Is widget gach rud
Widgets describe the UI. EVERYTHING is a widget:
→ visible elements: Text, Image, Icon, Button, etc.
→ layout: Row, Column, Container, Padding, Center, Stack, etc.
→ structure: Scaffold (page structure), AppBar, etc.
→ even the app itself (MaterialApp) and abstract things (Padding, Theme)
→ You build UI by COMPOSING widgets into a tree (widgets contain other widgets).
