ArcaneRawInput constructor
const
ArcaneRawInput({
- ArcaneStyleData? styles,
- String? classes,
- String? id,
- String? name,
- InputType? type,
- String? value,
- String? placeholder,
- bool disabled = false,
- bool readOnly = false,
- bool required = false,
- bool autofocus = false,
- Map<
String, String> ? attributes, - Map<
String, void Function(dynamic)> ? events, - Key? key,
Implementation
const ArcaneRawInput({
this.styles,
this.classes,
this.id,
this.name,
this.type,
this.value,
this.placeholder,
this.disabled = false,
this.readOnly = false,
this.required = false,
this.autofocus = false,
this.attributes,
this.events,
super.key,
});