level3 property
NotusAttribute<int>
get
level3
Level 3 heading, equivalent of H3
in HTML.
Implementation
NotusAttribute<int> get level3 => NotusAttribute<int>._(key, scope, 3);
Level 3 heading, equivalent of H3
in HTML.
NotusAttribute<int> get level3 => NotusAttribute<int>._(key, scope, 3);