input function
Creates a raw input element.
Implementation
FlintElement input({Map<String, Object?> props = const {}}) =>
h('input', props: props);
Creates a raw input element.
FlintElement input({Map<String, Object?> props = const {}}) =>
h('input', props: props);