ZLWaterView constructor

const ZLWaterView({
  1. Key? key,
  2. required Widget child,
  3. Size? size,
  4. List<Widget>? children,
})

Implementation

const ZLWaterView({Key? key, required this.child, this.size, this.children}) : super(key: key);