Comment on page
Conventions
TODO
performAction
is internal,action
is external.computeValue
is internal,getValue
is external.- Recursive calls should use the external variant.
adoptChild
anddropChild
fromAbstractNode
must be called after updating the actual child model to allow the framework to react accordingly.- Many widgets are comprised of lower-level widgets, generally prefixed with
Raw
(e.g.,GestureDetector
andRawGestureDetector
,Chip
andRawChip
,MaterialButton
andRawMaterialButton
).Text
andRichText
is an exception.
Last modified 3yr ago