OudsControlItem constructor
const
OudsControlItem({ - Key? key,
- required String text,
- required String errorComponentName,
- required Widget indicator(),
- String? helperText,
- String? icon,
- bool divider = false,
- bool reversed = false,
- bool readOnly = false,
- bool error = false,
- String? additionalText,
- VoidCallback? onTap,
})
Implementation
const OudsControlItem({
super.key,
required this.text,
required this.errorComponentName,
required this.indicator,
this.helperText,
this.icon,
this.divider = false,
this.reversed = false,
this.readOnly = false,
this.error = false,
this.additionalText,
this.onTap,
});