CSSStyleProperty class

Constructors

CSSStyleProperty()

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

Operators

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

Static Methods

getEdgeValues(String shorthandProperty, {bool isLengthOrPercentage = false, bool isNonNegativeLengthOrPercentage = false, bool isNonNegativeLength = false}) List<String?>?
getMultipleValues(String property) List<String>?
getPositionValues(String shorthandProperty) List<String?>
getShadowValues(String property) List<List<String?>>?
parseBorderTriple(String shorthandProperty) List<String?>?
removeShorthandAnimation(CSSStyleDeclaration style, [bool? isImportant]) → void
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
removeShorthandGap(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandGrid(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandGridArea(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandGridColumn(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandGridRow(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandGridTemplate(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandMargin(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandOverflow(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandPadding(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandPlaceContent(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandPlaceItems(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandPlaceSelf(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandTextDecoration(CSSStyleDeclaration style, [bool? isImportant]) → void
removeShorthandTransition(CSSStyleDeclaration style, [bool? isImportant]) → void
setShorthandAnimation(Map<String, String?> properties, String shorthandValue) → 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
setShorthandGap(Map<String, String?> properties, String shorthandValue) → void
setShorthandGrid(Map<String, String?> properties, String shorthandValue) → void
CSS Grid Level 1 grid shorthand (partial support).
setShorthandGridArea(Map<String, String?> properties, String shorthandValue) → void
setShorthandGridColumn(Map<String, String?> properties, String shorthandValue) → void
setShorthandGridRow(Map<String, String?> properties, String shorthandValue) → void
setShorthandGridTemplate(Map<String, String?> properties, String shorthandValue) → void
CSS Grid Level 1 grid-template shorthand (partial support).
setShorthandMargin(Map<String, String?> properties, String shorthandValue) → void
setShorthandOverflow(Map<String, String?> properties, String shorthandValue) → void
setShorthandPadding(Map<String, String?> properties, String shorthandValue) → void
setShorthandPlaceContent(Map<String, String?> properties, String shorthandValue) → void
setShorthandPlaceItems(Map<String, String?> properties, String shorthandValue) → void
setShorthandPlaceSelf(Map<String, String?> properties, String shorthandValue) → void
setShorthandTextDecoration(Map<String, String?> properties, String shorthandValue) → void
setShorthandTransition(Map<String, String?> properties, String shorthandValue) → void