CustomChild constructor

CustomChild({
  1. Widget? child,
  2. bool allowZoom = false,
})

Implementation

CustomChild({this.child, this.allowZoom = false});