VIcon constructor

const VIcon(
  1. IconData icon, {
  2. Key? key,
  3. String? tooltip,
  4. VIconSize size = VIconSize.medium,
  5. VColor? color,
})

Implementation

const VIcon(
  this.icon, {
  super.key,
  this.tooltip,
  this.size = VIconSize.medium,
  this.color,
});