ZoomInWidget constructor

const ZoomInWidget({
  1. Key? key,
  2. Widget? child,
})

Implementation

const ZoomInWidget({Key? key, this.child}) : super(key: key);