ContentChildren constructor

const ContentChildren(
  1. Object selector, {
  2. bool descendants = true,
  3. Object? read,
})

Implementation

const ContentChildren(
  Object selector, {
  bool descendants = true,
  Object? read,
}) : super(
        selector,
        descendants: descendants,
        read: read,
      );