Indicator<T extends ShapePainter> constructor
const
Indicator<T extends ShapePainter> ({
- Key? key,
- required T painter,
Implementation
const Indicator({
Key? key,
required this.painter,
}) : super(key: key);