Skip to content

Commit 7715576

Browse files
committed
Document Reactive Children
1 parent bbcf9fa commit 7715576

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/api/mixins.dart

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ mixin ReactionMixin {
195195
/// A mixin that holds the children of the node that are reactive, i.e., can
196196
/// perform actions on triggers. For ex. [NavigationBarNode].
197197
mixin ParentReactionMixin {
198+
/// These objects represent the children of the
199+
/// node that are reactive. A reactive child is one that can respond to
200+
/// certain triggers or changes in the application, such as user interaction
201+
/// or changes in data.
198202
List<ReactionMixin> get reactiveChildren;
199203
}
200204

0 commit comments

Comments
 (0)