Creates a style head tag descriptor.
style
static HeadTag style( String content, { Map<String, Object?> props = const {}, }) { return HeadTag('style', props: props, content: content); }