OudsInputTag constructor

const OudsInputTag({
  1. Key? key,
  2. required String label,
  3. VoidCallback? onPressed,
})

Implementation

const OudsInputTag({
  super.key,
  required this.label,
  this.onPressed,
});