Creates a b node.
b
$b({Object? content, bool? hidden, bool commented = false}) => $tag('b', content: content, hidden: hidden, commented: commented);