CSSStyleProperty class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
getMultipleValues(String property)
→ List<String>?
-
-
getPositionValues(String shorthandProperty)
→ List<String?>
-
-
getShadowValues(String property)
→ List<List<String?>>?
-
-
removeShorthandBackground(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandBackgroundPosition(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandBorder(CSSStyleDeclaration style, String property, [bool? isImportant])
→ void
-
-
removeShorthandBorderRadius(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandFlex(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandFlexFlow(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandFont(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandMargin(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandOverflow(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandPadding(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandTextDecoration(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
removeShorthandTransition(CSSStyleDeclaration style, [bool? isImportant])
→ void
-
-
setShorthandBackground(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandBackgroundPosition(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandBorder(Map<String, String?> properties, String property, String shorthandValue)
→ void
-
-
setShorthandBorderRadius(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandFlex(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandFlexFlow(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandFont(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandMargin(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandOverflow(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandPadding(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandTextDecoration(Map<String, String?> properties, String shorthandValue)
→ void
-
-
setShorthandTransition(Map<String, String?> properties, String shorthandValue)
→ void
-