ViewChild constructor

const ViewChild(
  1. Object selector, {
  2. Object? read,
})

Implementation

const ViewChild(
  Object selector, {
  Object? read,
}) : super(
        selector,
        descendants: true,
        first: true,
        read: read,
      );