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