center property
NotusAttribute<String>
get
center
Formats a block of lines to center
Implementation
NotusAttribute<String> get center =>
NotusAttribute<String>._(key, scope, 'center');
Formats a block of lines to center
NotusAttribute<String> get center =>
NotusAttribute<String>._(key, scope, 'center');