تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 64- Flutter State Management - InheritedWidget Counter Example (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 64 مجانى معتمد اونلاين
Base class for widgets that efficiently propagate information down the tree.
To obtain the nearest instance of a particular type of inherited widget from a build context, use BuildContext.dependOnInheritedWidgetOfExactType.
Inherited widgets, when referenced in this way, will cause the consumer to rebuild when the inherited widget itself changes state.
Source code
https://github.com/code2start/Flutter-State-Management/tree/Lesson2InheritedWidget