Sliver.ignorePointer constructor Null safety

const Sliver.ignorePointer(
  1. {Key? key,
  2. @Default(true) bool ignoring,
  3. bool? ignoringSemantics,
  4. Sliver? sliver}
)

Implementation

const factory Sliver.ignorePointer({
  Key? key,
  @Default(true) bool ignoring,
  bool? ignoringSemantics,
  Sliver? sliver,
}) = SliverIgnorePointer;