CustomPaintWidget constructor
const
CustomPaintWidget({
- Key? key,
- required CustomPainter painter,
- required double height,
Implementation
const CustomPaintWidget({
Key? key,
required this.painter, required this.height,
}) : super(key: key);