level2 property
NotusAttribute<int>
get
level2
Level 2 heading, equivalent of H2
in HTML.
Implementation
NotusAttribute<int> get level2 => NotusAttribute<int>._(key, scope, 2);
Level 2 heading, equivalent of H2
in HTML.
NotusAttribute<int> get level2 => NotusAttribute<int>._(key, scope, 2);