Vlegend constructor
const
Vlegend({})
Implementation
const Vlegend({
Key? key,
this.color,
this.text,
this.isSquare = false,
this.size = 10,
this.textColor = const Color(0xff505050),
}) : super(key: key);