MinSelectSection<T> constructor

const MinSelectSection<T>({
  1. required String label,
})

Implementation

const MinSelectSection({required this.label});