Introduction In Flutter, everything is a widget. The central idea is that you build your UI out of widgets. Widgets describe what their view should look like given their current configuration and state. In Flutter a widget is either stateless or stat...
bengilbert.hashnode.dev3 min read
No responses yet.