OudsTagInput constructor

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

Implementation

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