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