ViewAllLabel constructor
- {required String label,
- String? subLabel,
- VoidCallback? onTap,
- int? labelSize,
- required int listLength}
Implementation
ViewAllLabel(
{required this.label,
this.subLabel,
this.onTap,
this.labelSize,
required this.listLength});