We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcf9fa commit 7715576Copy full SHA for 7715576
lib/src/api/mixins.dart
@@ -195,6 +195,10 @@ mixin ReactionMixin {
195
/// A mixin that holds the children of the node that are reactive, i.e., can
196
/// perform actions on triggers. For ex. [NavigationBarNode].
197
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.
202
List<ReactionMixin> get reactiveChildren;
203
}
204
0 commit comments