-
Notifications
You must be signed in to change notification settings - Fork 10
FMX for ClojureDart Flutter pros
Kenneth Tilton edited this page Aug 21, 2022
·
2 revisions
In this section, we presume your comfort with programming (a) Flutter (b) using ClojureDart; only these differences of f/mx are addressed:
- syntax of widget constructors
** constructor parameters
** implicit
:child
,:children
,:content
,:body
,... - adding custom state to a widget
- when we need the context...
- event handlers
.