VIconLabel constructor
const
VIconLabel({
- Key? key,
- required IconData icon,
- required String label,
- VIconLabelSize size = VIconLabelSize.medium,
Implementation
const VIconLabel({
super.key,
required this.icon,
required this.label,
this.size = VIconLabelSize.medium,
});