ContentChildren constructor

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

Implementation

const ContentChildren(
  super.selector, {
  super.descendants = true,
  super.read,
});