input function

FlintElement input({
  1. Map<String, Object?> props = const {},
})

Creates a raw input element.

Implementation

FlintElement input({Map<String, Object?> props = const {}}) =>
    h('input', props: props);