Quotes class

The CSS quotes property sets how the browser should render quotation marks that are automatically added to the HTML <q> element or added using the open-quotes or close-quotes (or omitted using the no-open-quote and no-close-quote) values of the of the CSS content property.

Constructors

Quotes((String, String) primary, [(String, String)? secondary])
Creates a Quotes with the specified primary and optional secondary quotation mark pairs.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The css value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

auto → const Quotes
Quotation marks that are typographically appropriate for the inherited language (i.e., via the lang attribute set on the parent or other ancestor).
inherit → const Quotes
initial → const Quotes
matchParent → const Quotes
none → const Quotes
The open-quote and close-quote values of the content property produce no quotation marks, as if no-open-quote and no-close-quote were set, respectively.
revert → const Quotes
revertLayer → const Quotes
unset → const Quotes