ZoomMinimap constructor
const
ZoomMinimap({
- Key? key,
- required ChartZoomController controller,
- double height = 28,
- Color windowColor = const Color(0x662196F3),
- Color trackColor = const Color(0x22000000),
Implementation
const ZoomMinimap({
super.key,
required this.controller,
this.height = 28,
this.windowColor = const Color(0x662196F3),
this.trackColor = const Color(0x22000000),
});