StyleElement class
- Implementers
Constructors
-
StyleElement({String? name, StyleCSS? style, Map<
int, StyleCSS> ? width, Map<String, StyleCSS> ? theme, StyleElement? child, List<StyleElement> ? children, String? combinator}) -
const
- StyleElement.fromText(String textData, {String? name, String? combinator})
Properties
- child → StyleElement?
-
final
-
children
→ List<
StyleElement> ? -
final
- combinator → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
final
- nameStyle → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → StyleCSS?
-
final
-
theme
→ Map<
String, StyleCSS> ? -
final
-
width
→ Map<
int, StyleCSS> ? -
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