Conventions
TODO
performActionis internal,actionis external.computeValueis internal,getValueis external.Recursive calls should use the external variant.
adoptChildanddropChildfromAbstractNodemust 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.,GestureDetectorandRawGestureDetector,ChipandRawChip,MaterialButtonandRawMaterialButton).TextandRichTextis an exception.
Last updated
Was this helpful?