ViewAllLabel constructor

ViewAllLabel(
  1. {required String label,
  2. String? subLabel,
  3. VoidCallback? onTap,
  4. int? labelSize,
  5. required int listLength}
)

Implementation

ViewAllLabel(
    {required this.label,
    this.subLabel,
    this.onTap,
    this.labelSize,
    required this.listLength});