BuilderSnapshot constructor

const BuilderSnapshot({
  1. required Widget? child,
})

Implementation

const BuilderSnapshot({required this.child});