BloomNativeInputHost constructor
const
BloomNativeInputHost({})
Creates a BloomNativeInputHost widget.
Implementation
const BloomNativeInputHost({
super.key,
this.initialValue,
this.placeholder,
this.isPassword = false,
this.maxLines = 1,
required this.style,
this.onInput,
this.onChange,
});