Conventions
TODO
- performActionis internal,- actionis external.
- computeValueis internal,- getValueis external.- Recursive calls should use the external variant. 
 
- adoptChildand- dropChildfrom- AbstractNodemust 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.,- GestureDetectorand- RawGestureDetector,- Chipand- RawChip,- MaterialButtonand- RawMaterialButton).- Textand- RichTextis an exception.
Last updated
Was this helpful?