CLInputGroupItem<T> constructor

const CLInputGroupItem<T>({
  1. required T value,
  2. required String label,
  3. IconData? icon,
})

Implementation

const CLInputGroupItem({required this.value, required this.label, this.icon});