const ContentChildren(selector, { bool descendants: false, read: null })

Source

const ContentChildren(dynamic /*Type | string*/ selector,
    {bool descendants: false, dynamic read: null})
    : super(selector, descendants: descendants, read: read);