level1 property
NotusAttribute<int>
get
level1
Level 1 heading, equivalent of H1
in HTML.
Implementation
NotusAttribute<int> get level1 => NotusAttribute<int>._(key, scope, 1);
Level 1 heading, equivalent of H1
in HTML.
NotusAttribute<int> get level1 => NotusAttribute<int>._(key, scope, 1);