CssStyleDeclarationBase abstract mixin#
Implementers
Constructors#
CssStyleDeclarationBase()#
Properties#
alignContent read / write#
getter:
Gets the value of "align-content"
setter:
Sets the value of "align-content"
Implementation
String get alignContent => getPropertyValue('align-content');
set alignContent(String value) {
setProperty('align-content', value, '');
}
alignItems read / write#
getter:
Gets the value of "align-items"
setter:
Sets the value of "align-items"
Implementation
String get alignItems => getPropertyValue('align-items');
set alignItems(String value) {
setProperty('align-items', value, '');
}
alignSelf read / write#
getter:
Gets the value of "align-self"
setter:
Sets the value of "align-self"
Implementation
String get alignSelf => getPropertyValue('align-self');
set alignSelf(String value) {
setProperty('align-self', value, '');
}
animation read / write#
getter:
Gets the value of "animation"
setter:
Sets the value of "animation"
Implementation
String get animation => getPropertyValue('animation');
set animation(String value) {
setProperty('animation', value, '');
}
animationDelay read / write#
getter:
Gets the value of "animation-delay"
setter:
Sets the value of "animation-delay"
Implementation
String get animationDelay => getPropertyValue('animation-delay');
set animationDelay(String value) {
setProperty('animation-delay', value, '');
}
animationDirection read / write#
getter:
Gets the value of "animation-direction"
setter:
Sets the value of "animation-direction"
Implementation
String get animationDirection => getPropertyValue('animation-direction');
set animationDirection(String value) {
setProperty('animation-direction', value, '');
}
animationDuration read / write#
getter:
Gets the value of "animation-duration"
setter:
Sets the value of "animation-duration"
Implementation
String get animationDuration => getPropertyValue('animation-duration');
set animationDuration(String value) {
setProperty('animation-duration', value, '');
}
animationFillMode read / write#
getter:
Gets the value of "animation-fill-mode"
setter:
Sets the value of "animation-fill-mode"
Implementation
String get animationFillMode => getPropertyValue('animation-fill-mode');
set animationFillMode(String value) {
setProperty('animation-fill-mode', value, '');
}
animationIterationCount read / write#
getter:
Gets the value of "animation-iteration-count"
setter:
Sets the value of "animation-iteration-count"
Implementation
String get animationIterationCount =>
getPropertyValue('animation-iteration-count');
set animationIterationCount(String value) {
setProperty('animation-iteration-count', value, '');
}
animationName read / write#
getter:
Gets the value of "animation-name"
setter:
Sets the value of "animation-name"
Implementation
String get animationName => getPropertyValue('animation-name');
set animationName(String value) {
setProperty('animation-name', value, '');
}
animationPlayState read / write#
getter:
Gets the value of "animation-play-state"
setter:
Sets the value of "animation-play-state"
Implementation
String get animationPlayState => getPropertyValue('animation-play-state');
set animationPlayState(String value) {
setProperty('animation-play-state', value, '');
}
animationTimingFunction read / write#
getter:
Gets the value of "animation-timing-function"
setter:
Sets the value of "animation-timing-function"
Implementation
String get animationTimingFunction =>
getPropertyValue('animation-timing-function');
set animationTimingFunction(String value) {
setProperty('animation-timing-function', value, '');
}
appearance read / write#
getter:
Gets the value of "appearance"
setter:
Sets the value of "appearance"
Implementation
String get appearance => getPropertyValue('appearance');
set appearance(String value) {
setProperty('appearance', value, '');
}
appRegion read / write#
getter:
Gets the value of "app-region"
setter:
Sets the value of "app-region"
Implementation
String get appRegion => getPropertyValue('app-region');
set appRegion(String value) {
setProperty('app-region', value, '');
}
aspectRatio read / write#
getter:
Gets the value of "aspect-ratio"
setter:
Sets the value of "aspect-ratio"
Implementation
String get aspectRatio => getPropertyValue('aspect-ratio');
set aspectRatio(String value) {
setProperty('aspect-ratio', value, '');
}
backfaceVisibility read / write#
getter:
Gets the value of "backface-visibility"
setter:
Sets the value of "backface-visibility"
Implementation
String get backfaceVisibility => getPropertyValue('backface-visibility');
set backfaceVisibility(String value) {
setProperty('backface-visibility', value, '');
}
background read / write#
getter:
Gets the value of "background"
setter:
Sets the value of "background"
Implementation
String get background => getPropertyValue('background');
set background(String value) {
setProperty('background', value, '');
}
backgroundAttachment read / write#
getter:
Gets the value of "background-attachment"
setter:
Sets the value of "background-attachment"
Implementation
String get backgroundAttachment => getPropertyValue('background-attachment');
set backgroundAttachment(String value) {
setProperty('background-attachment', value, '');
}
backgroundBlendMode read / write#
getter:
Gets the value of "background-blend-mode"
setter:
Sets the value of "background-blend-mode"
Implementation
String get backgroundBlendMode => getPropertyValue('background-blend-mode');
set backgroundBlendMode(String value) {
setProperty('background-blend-mode', value, '');
}
backgroundClip read / write#
getter:
Gets the value of "background-clip"
setter:
Sets the value of "background-clip"
Implementation
String get backgroundClip => getPropertyValue('background-clip');
set backgroundClip(String value) {
setProperty('background-clip', value, '');
}
backgroundColor read / write#
getter:
Gets the value of "background-color"
setter:
Sets the value of "background-color"
Implementation
String get backgroundColor => getPropertyValue('background-color');
set backgroundColor(String value) {
setProperty('background-color', value, '');
}
backgroundComposite read / write#
getter:
Gets the value of "background-composite"
setter:
Sets the value of "background-composite"
Implementation
String get backgroundComposite => getPropertyValue('background-composite');
set backgroundComposite(String value) {
setProperty('background-composite', value, '');
}
backgroundImage read / write#
getter:
Gets the value of "background-image"
setter:
Sets the value of "background-image"
Implementation
String get backgroundImage => getPropertyValue('background-image');
set backgroundImage(String value) {
setProperty('background-image', value, '');
}
backgroundOrigin read / write#
getter:
Gets the value of "background-origin"
setter:
Sets the value of "background-origin"
Implementation
String get backgroundOrigin => getPropertyValue('background-origin');
set backgroundOrigin(String value) {
setProperty('background-origin', value, '');
}
backgroundPosition read / write#
getter:
Gets the value of "background-position"
setter:
Sets the value of "background-position"
Implementation
String get backgroundPosition => getPropertyValue('background-position');
set backgroundPosition(String value) {
setProperty('background-position', value, '');
}
backgroundPositionX read / write#
getter:
Gets the value of "background-position-x"
setter:
Sets the value of "background-position-x"
Implementation
String get backgroundPositionX => getPropertyValue('background-position-x');
set backgroundPositionX(String value) {
setProperty('background-position-x', value, '');
}
backgroundPositionY read / write#
getter:
Gets the value of "background-position-y"
setter:
Sets the value of "background-position-y"
Implementation
String get backgroundPositionY => getPropertyValue('background-position-y');
set backgroundPositionY(String value) {
setProperty('background-position-y', value, '');
}
backgroundRepeat read / write#
getter:
Gets the value of "background-repeat"
setter:
Sets the value of "background-repeat"
Implementation
String get backgroundRepeat => getPropertyValue('background-repeat');
set backgroundRepeat(String value) {
setProperty('background-repeat', value, '');
}
backgroundRepeatX read / write#
getter:
Gets the value of "background-repeat-x"
setter:
Sets the value of "background-repeat-x"
Implementation
String get backgroundRepeatX => getPropertyValue('background-repeat-x');
set backgroundRepeatX(String value) {
setProperty('background-repeat-x', value, '');
}
backgroundRepeatY read / write#
getter:
Gets the value of "background-repeat-y"
setter:
Sets the value of "background-repeat-y"
Implementation
String get backgroundRepeatY => getPropertyValue('background-repeat-y');
set backgroundRepeatY(String value) {
setProperty('background-repeat-y', value, '');
}
backgroundSize read / write#
getter:
Gets the value of "background-size"
setter:
Sets the value of "background-size"
Implementation
String get backgroundSize => getPropertyValue('background-size');
set backgroundSize(String value) {
setProperty('background-size', value, '');
}
border read / write#
getter:
Gets the value of "border"
setter:
Sets the value of "border"
Implementation
String get border => getPropertyValue('border');
set border(String value) {
setProperty('border', value, '');
}
borderAfter read / write#
getter:
Gets the value of "border-after"
setter:
Sets the value of "border-after"
Implementation
String get borderAfter => getPropertyValue('border-after');
set borderAfter(String value) {
setProperty('border-after', value, '');
}
borderAfterColor read / write#
getter:
Gets the value of "border-after-color"
setter:
Sets the value of "border-after-color"
Implementation
String get borderAfterColor => getPropertyValue('border-after-color');
set borderAfterColor(String value) {
setProperty('border-after-color', value, '');
}
borderAfterStyle read / write#
getter:
Gets the value of "border-after-style"
setter:
Sets the value of "border-after-style"
Implementation
String get borderAfterStyle => getPropertyValue('border-after-style');
set borderAfterStyle(String value) {
setProperty('border-after-style', value, '');
}
borderAfterWidth read / write#
getter:
Gets the value of "border-after-width"
setter:
Sets the value of "border-after-width"
Implementation
String get borderAfterWidth => getPropertyValue('border-after-width');
set borderAfterWidth(String value) {
setProperty('border-after-width', value, '');
}
borderBefore read / write#
getter:
Gets the value of "border-before"
setter:
Sets the value of "border-before"
Implementation
String get borderBefore => getPropertyValue('border-before');
set borderBefore(String value) {
setProperty('border-before', value, '');
}
borderBeforeColor read / write#
getter:
Gets the value of "border-before-color"
setter:
Sets the value of "border-before-color"
Implementation
String get borderBeforeColor => getPropertyValue('border-before-color');
set borderBeforeColor(String value) {
setProperty('border-before-color', value, '');
}
borderBeforeStyle read / write#
getter:
Gets the value of "border-before-style"
setter:
Sets the value of "border-before-style"
Implementation
String get borderBeforeStyle => getPropertyValue('border-before-style');
set borderBeforeStyle(String value) {
setProperty('border-before-style', value, '');
}
borderBeforeWidth read / write#
getter:
Gets the value of "border-before-width"
setter:
Sets the value of "border-before-width"
Implementation
String get borderBeforeWidth => getPropertyValue('border-before-width');
set borderBeforeWidth(String value) {
setProperty('border-before-width', value, '');
}
borderBottom read / write#
getter:
Gets the value of "border-bottom"
setter:
Sets the value of "border-bottom"
Implementation
String get borderBottom => getPropertyValue('border-bottom');
set borderBottom(String value) {
setProperty('border-bottom', value, '');
}
borderBottomColor read / write#
getter:
Gets the value of "border-bottom-color"
setter:
Sets the value of "border-bottom-color"
Implementation
String get borderBottomColor => getPropertyValue('border-bottom-color');
set borderBottomColor(String value) {
setProperty('border-bottom-color', value, '');
}
borderBottomLeftRadius read / write#
getter:
Gets the value of "border-bottom-left-radius"
setter:
Sets the value of "border-bottom-left-radius"
Implementation
String get borderBottomLeftRadius =>
getPropertyValue('border-bottom-left-radius');
set borderBottomLeftRadius(String value) {
setProperty('border-bottom-left-radius', value, '');
}
borderBottomRightRadius read / write#
getter:
Gets the value of "border-bottom-right-radius"
setter:
Sets the value of "border-bottom-right-radius"
Implementation
String get borderBottomRightRadius =>
getPropertyValue('border-bottom-right-radius');
set borderBottomRightRadius(String value) {
setProperty('border-bottom-right-radius', value, '');
}
borderBottomStyle read / write#
getter:
Gets the value of "border-bottom-style"
setter:
Sets the value of "border-bottom-style"
Implementation
String get borderBottomStyle => getPropertyValue('border-bottom-style');
set borderBottomStyle(String value) {
setProperty('border-bottom-style', value, '');
}
borderBottomWidth read / write#
getter:
Gets the value of "border-bottom-width"
setter:
Sets the value of "border-bottom-width"
Implementation
String get borderBottomWidth => getPropertyValue('border-bottom-width');
set borderBottomWidth(String value) {
setProperty('border-bottom-width', value, '');
}
borderCollapse read / write#
getter:
Gets the value of "border-collapse"
setter:
Sets the value of "border-collapse"
Implementation
String get borderCollapse => getPropertyValue('border-collapse');
set borderCollapse(String value) {
setProperty('border-collapse', value, '');
}
borderColor read / write#
getter:
Gets the value of "border-color"
setter:
Sets the value of "border-color"
Implementation
String get borderColor => getPropertyValue('border-color');
set borderColor(String value) {
setProperty('border-color', value, '');
}
borderEnd read / write#
getter:
Gets the value of "border-end"
setter:
Sets the value of "border-end"
Implementation
String get borderEnd => getPropertyValue('border-end');
set borderEnd(String value) {
setProperty('border-end', value, '');
}
borderEndColor read / write#
getter:
Gets the value of "border-end-color"
setter:
Sets the value of "border-end-color"
Implementation
String get borderEndColor => getPropertyValue('border-end-color');
set borderEndColor(String value) {
setProperty('border-end-color', value, '');
}
borderEndStyle read / write#
getter:
Gets the value of "border-end-style"
setter:
Sets the value of "border-end-style"
Implementation
String get borderEndStyle => getPropertyValue('border-end-style');
set borderEndStyle(String value) {
setProperty('border-end-style', value, '');
}
borderEndWidth read / write#
getter:
Gets the value of "border-end-width"
setter:
Sets the value of "border-end-width"
Implementation
String get borderEndWidth => getPropertyValue('border-end-width');
set borderEndWidth(String value) {
setProperty('border-end-width', value, '');
}
borderFit read / write#
getter:
Gets the value of "border-fit"
setter:
Sets the value of "border-fit"
Implementation
String get borderFit => getPropertyValue('border-fit');
set borderFit(String value) {
setProperty('border-fit', value, '');
}
borderHorizontalSpacing read / write#
getter:
Gets the value of "border-horizontal-spacing"
setter:
Sets the value of "border-horizontal-spacing"
Implementation
String get borderHorizontalSpacing =>
getPropertyValue('border-horizontal-spacing');
set borderHorizontalSpacing(String value) {
setProperty('border-horizontal-spacing', value, '');
}
borderImage read / write#
getter:
Gets the value of "border-image"
setter:
Sets the value of "border-image"
Implementation
String get borderImage => getPropertyValue('border-image');
set borderImage(String value) {
setProperty('border-image', value, '');
}
borderImageOutset read / write#
getter:
Gets the value of "border-image-outset"
setter:
Sets the value of "border-image-outset"
Implementation
String get borderImageOutset => getPropertyValue('border-image-outset');
set borderImageOutset(String value) {
setProperty('border-image-outset', value, '');
}
borderImageRepeat read / write#
getter:
Gets the value of "border-image-repeat"
setter:
Sets the value of "border-image-repeat"
Implementation
String get borderImageRepeat => getPropertyValue('border-image-repeat');
set borderImageRepeat(String value) {
setProperty('border-image-repeat', value, '');
}
borderImageSlice read / write#
getter:
Gets the value of "border-image-slice"
setter:
Sets the value of "border-image-slice"
Implementation
String get borderImageSlice => getPropertyValue('border-image-slice');
set borderImageSlice(String value) {
setProperty('border-image-slice', value, '');
}
borderImageSource read / write#
getter:
Gets the value of "border-image-source"
setter:
Sets the value of "border-image-source"
Implementation
String get borderImageSource => getPropertyValue('border-image-source');
set borderImageSource(String value) {
setProperty('border-image-source', value, '');
}
borderImageWidth read / write#
getter:
Gets the value of "border-image-width"
setter:
Sets the value of "border-image-width"
Implementation
String get borderImageWidth => getPropertyValue('border-image-width');
set borderImageWidth(String value) {
setProperty('border-image-width', value, '');
}
borderLeft read / write#
getter:
Gets the value of "border-left"
setter:
Sets the value of "border-left"
Implementation
String get borderLeft => getPropertyValue('border-left');
set borderLeft(String value) {
setProperty('border-left', value, '');
}
borderLeftColor read / write#
getter:
Gets the value of "border-left-color"
setter:
Sets the value of "border-left-color"
Implementation
String get borderLeftColor => getPropertyValue('border-left-color');
set borderLeftColor(String value) {
setProperty('border-left-color', value, '');
}
borderLeftStyle read / write#
getter:
Gets the value of "border-left-style"
setter:
Sets the value of "border-left-style"
Implementation
String get borderLeftStyle => getPropertyValue('border-left-style');
set borderLeftStyle(String value) {
setProperty('border-left-style', value, '');
}
borderLeftWidth read / write#
getter:
Gets the value of "border-left-width"
setter:
Sets the value of "border-left-width"
Implementation
String get borderLeftWidth => getPropertyValue('border-left-width');
set borderLeftWidth(String value) {
setProperty('border-left-width', value, '');
}
borderRadius read / write#
getter:
Gets the value of "border-radius"
setter:
Sets the value of "border-radius"
Implementation
String get borderRadius => getPropertyValue('border-radius');
set borderRadius(String value) {
setProperty('border-radius', value, '');
}
borderRight read / write#
getter:
Gets the value of "border-right"
setter:
Sets the value of "border-right"
Implementation
String get borderRight => getPropertyValue('border-right');
set borderRight(String value) {
setProperty('border-right', value, '');
}
borderRightColor read / write#
getter:
Gets the value of "border-right-color"
setter:
Sets the value of "border-right-color"
Implementation
String get borderRightColor => getPropertyValue('border-right-color');
set borderRightColor(String value) {
setProperty('border-right-color', value, '');
}
borderRightStyle read / write#
getter:
Gets the value of "border-right-style"
setter:
Sets the value of "border-right-style"
Implementation
String get borderRightStyle => getPropertyValue('border-right-style');
set borderRightStyle(String value) {
setProperty('border-right-style', value, '');
}
borderRightWidth read / write#
getter:
Gets the value of "border-right-width"
setter:
Sets the value of "border-right-width"
Implementation
String get borderRightWidth => getPropertyValue('border-right-width');
set borderRightWidth(String value) {
setProperty('border-right-width', value, '');
}
borderSpacing read / write#
getter:
Gets the value of "border-spacing"
setter:
Sets the value of "border-spacing"
Implementation
String get borderSpacing => getPropertyValue('border-spacing');
set borderSpacing(String value) {
setProperty('border-spacing', value, '');
}
borderStart read / write#
getter:
Gets the value of "border-start"
setter:
Sets the value of "border-start"
Implementation
String get borderStart => getPropertyValue('border-start');
set borderStart(String value) {
setProperty('border-start', value, '');
}
borderStartColor read / write#
getter:
Gets the value of "border-start-color"
setter:
Sets the value of "border-start-color"
Implementation
String get borderStartColor => getPropertyValue('border-start-color');
set borderStartColor(String value) {
setProperty('border-start-color', value, '');
}
borderStartStyle read / write#
getter:
Gets the value of "border-start-style"
setter:
Sets the value of "border-start-style"
Implementation
String get borderStartStyle => getPropertyValue('border-start-style');
set borderStartStyle(String value) {
setProperty('border-start-style', value, '');
}
borderStartWidth read / write#
getter:
Gets the value of "border-start-width"
setter:
Sets the value of "border-start-width"
Implementation
String get borderStartWidth => getPropertyValue('border-start-width');
set borderStartWidth(String value) {
setProperty('border-start-width', value, '');
}
borderStyle read / write#
getter:
Gets the value of "border-style"
setter:
Sets the value of "border-style"
Implementation
String get borderStyle => getPropertyValue('border-style');
set borderStyle(String value) {
setProperty('border-style', value, '');
}
borderTop read / write#
getter:
Gets the value of "border-top"
setter:
Sets the value of "border-top"
Implementation
String get borderTop => getPropertyValue('border-top');
set borderTop(String value) {
setProperty('border-top', value, '');
}
borderTopColor read / write#
getter:
Gets the value of "border-top-color"
setter:
Sets the value of "border-top-color"
Implementation
String get borderTopColor => getPropertyValue('border-top-color');
set borderTopColor(String value) {
setProperty('border-top-color', value, '');
}
borderTopLeftRadius read / write#
getter:
Gets the value of "border-top-left-radius"
setter:
Sets the value of "border-top-left-radius"
Implementation
String get borderTopLeftRadius => getPropertyValue('border-top-left-radius');
set borderTopLeftRadius(String value) {
setProperty('border-top-left-radius', value, '');
}
borderTopRightRadius read / write#
getter:
Gets the value of "border-top-right-radius"
setter:
Sets the value of "border-top-right-radius"
Implementation
String get borderTopRightRadius =>
getPropertyValue('border-top-right-radius');
set borderTopRightRadius(String value) {
setProperty('border-top-right-radius', value, '');
}
borderTopStyle read / write#
getter:
Gets the value of "border-top-style"
setter:
Sets the value of "border-top-style"
Implementation
String get borderTopStyle => getPropertyValue('border-top-style');
set borderTopStyle(String value) {
setProperty('border-top-style', value, '');
}
borderTopWidth read / write#
getter:
Gets the value of "border-top-width"
setter:
Sets the value of "border-top-width"
Implementation
String get borderTopWidth => getPropertyValue('border-top-width');
set borderTopWidth(String value) {
setProperty('border-top-width', value, '');
}
borderVerticalSpacing read / write#
getter:
Gets the value of "border-vertical-spacing"
setter:
Sets the value of "border-vertical-spacing"
Implementation
String get borderVerticalSpacing =>
getPropertyValue('border-vertical-spacing');
set borderVerticalSpacing(String value) {
setProperty('border-vertical-spacing', value, '');
}
borderWidth read / write#
getter:
Gets the value of "border-width"
setter:
Sets the value of "border-width"
Implementation
String get borderWidth => getPropertyValue('border-width');
set borderWidth(String value) {
setProperty('border-width', value, '');
}
bottom read / write#
getter:
Gets the value of "bottom"
setter:
Sets the value of "bottom"
Implementation
String get bottom => getPropertyValue('bottom');
set bottom(String value) {
setProperty('bottom', value, '');
}
boxAlign read / write#
getter:
Gets the value of "box-align"
setter:
Sets the value of "box-align"
Implementation
String get boxAlign => getPropertyValue('box-align');
set boxAlign(String value) {
setProperty('box-align', value, '');
}
boxDecorationBreak read / write#
getter:
Gets the value of "box-decoration-break"
setter:
Sets the value of "box-decoration-break"
Implementation
String get boxDecorationBreak => getPropertyValue('box-decoration-break');
set boxDecorationBreak(String value) {
setProperty('box-decoration-break', value, '');
}
boxDirection read / write#
getter:
Gets the value of "box-direction"
setter:
Sets the value of "box-direction"
Implementation
String get boxDirection => getPropertyValue('box-direction');
set boxDirection(String value) {
setProperty('box-direction', value, '');
}
boxFlex read / write#
getter:
Gets the value of "box-flex"
setter:
Sets the value of "box-flex"
Implementation
String get boxFlex => getPropertyValue('box-flex');
set boxFlex(String value) {
setProperty('box-flex', value, '');
}
boxFlexGroup read / write#
getter:
Gets the value of "box-flex-group"
setter:
Sets the value of "box-flex-group"
Implementation
String get boxFlexGroup => getPropertyValue('box-flex-group');
set boxFlexGroup(String value) {
setProperty('box-flex-group', value, '');
}
boxLines read / write#
getter:
Gets the value of "box-lines"
setter:
Sets the value of "box-lines"
Implementation
String get boxLines => getPropertyValue('box-lines');
set boxLines(String value) {
setProperty('box-lines', value, '');
}
boxOrdinalGroup read / write#
getter:
Gets the value of "box-ordinal-group"
setter:
Sets the value of "box-ordinal-group"
Implementation
String get boxOrdinalGroup => getPropertyValue('box-ordinal-group');
set boxOrdinalGroup(String value) {
setProperty('box-ordinal-group', value, '');
}
boxOrient read / write#
getter:
Gets the value of "box-orient"
setter:
Sets the value of "box-orient"
Implementation
String get boxOrient => getPropertyValue('box-orient');
set boxOrient(String value) {
setProperty('box-orient', value, '');
}
boxPack read / write#
getter:
Gets the value of "box-pack"
setter:
Sets the value of "box-pack"
Implementation
String get boxPack => getPropertyValue('box-pack');
set boxPack(String value) {
setProperty('box-pack', value, '');
}
boxReflect read / write#
getter:
Gets the value of "box-reflect"
setter:
Sets the value of "box-reflect"
Implementation
String get boxReflect => getPropertyValue('box-reflect');
set boxReflect(String value) {
setProperty('box-reflect', value, '');
}
boxShadow read / write#
getter:
Gets the value of "box-shadow"
setter:
Sets the value of "box-shadow"
Implementation
String get boxShadow => getPropertyValue('box-shadow');
set boxShadow(String value) {
setProperty('box-shadow', value, '');
}
boxSizing read / write#
getter:
Gets the value of "box-sizing"
setter:
Sets the value of "box-sizing"
Implementation
String get boxSizing => getPropertyValue('box-sizing');
set boxSizing(String value) {
setProperty('box-sizing', value, '');
}
captionSide read / write#
getter:
Gets the value of "caption-side"
setter:
Sets the value of "caption-side"
Implementation
String get captionSide => getPropertyValue('caption-side');
set captionSide(String value) {
setProperty('caption-side', value, '');
}
clear read / write#
getter:
Gets the value of "clear"
setter:
Sets the value of "clear"
Implementation
String get clear => getPropertyValue('clear');
set clear(String value) {
setProperty('clear', value, '');
}
clip read / write#
getter:
Gets the value of "clip"
setter:
Sets the value of "clip"
Implementation
String get clip => getPropertyValue('clip');
set clip(String value) {
setProperty('clip', value, '');
}
clipPath read / write#
getter:
Gets the value of "clip-path"
setter:
Sets the value of "clip-path"
Implementation
String get clipPath => getPropertyValue('clip-path');
set clipPath(String value) {
setProperty('clip-path', value, '');
}
color read / write#
getter:
Gets the value of "color"
setter:
Sets the value of "color"
Implementation
String get color => getPropertyValue('color');
set color(String value) {
setProperty('color', value, '');
}
columnBreakAfter read / write#
getter:
Gets the value of "column-break-after"
setter:
Sets the value of "column-break-after"
Implementation
String get columnBreakAfter => getPropertyValue('column-break-after');
set columnBreakAfter(String value) {
setProperty('column-break-after', value, '');
}
columnBreakBefore read / write#
getter:
Gets the value of "column-break-before"
setter:
Sets the value of "column-break-before"
Implementation
String get columnBreakBefore => getPropertyValue('column-break-before');
set columnBreakBefore(String value) {
setProperty('column-break-before', value, '');
}
columnBreakInside read / write#
getter:
Gets the value of "column-break-inside"
setter:
Sets the value of "column-break-inside"
Implementation
String get columnBreakInside => getPropertyValue('column-break-inside');
set columnBreakInside(String value) {
setProperty('column-break-inside', value, '');
}
columnCount read / write#
getter:
Gets the value of "column-count"
setter:
Sets the value of "column-count"
Implementation
String get columnCount => getPropertyValue('column-count');
set columnCount(String value) {
setProperty('column-count', value, '');
}
columnFill read / write#
getter:
Gets the value of "column-fill"
setter:
Sets the value of "column-fill"
Implementation
String get columnFill => getPropertyValue('column-fill');
set columnFill(String value) {
setProperty('column-fill', value, '');
}
columnGap read / write#
getter:
Gets the value of "column-gap"
setter:
Sets the value of "column-gap"
Implementation
String get columnGap => getPropertyValue('column-gap');
set columnGap(String value) {
setProperty('column-gap', value, '');
}
columnRule read / write#
getter:
Gets the value of "column-rule"
setter:
Sets the value of "column-rule"
Implementation
String get columnRule => getPropertyValue('column-rule');
set columnRule(String value) {
setProperty('column-rule', value, '');
}
columnRuleColor read / write#
getter:
Gets the value of "column-rule-color"
setter:
Sets the value of "column-rule-color"
Implementation
String get columnRuleColor => getPropertyValue('column-rule-color');
set columnRuleColor(String value) {
setProperty('column-rule-color', value, '');
}
columnRuleStyle read / write#
getter:
Gets the value of "column-rule-style"
setter:
Sets the value of "column-rule-style"
Implementation
String get columnRuleStyle => getPropertyValue('column-rule-style');
set columnRuleStyle(String value) {
setProperty('column-rule-style', value, '');
}
columnRuleWidth read / write#
getter:
Gets the value of "column-rule-width"
setter:
Sets the value of "column-rule-width"
Implementation
String get columnRuleWidth => getPropertyValue('column-rule-width');
set columnRuleWidth(String value) {
setProperty('column-rule-width', value, '');
}
columns read / write#
getter:
Gets the value of "columns"
setter:
Sets the value of "columns"
Implementation
String get columns => getPropertyValue('columns');
set columns(String value) {
setProperty('columns', value, '');
}
columnSpan read / write#
getter:
Gets the value of "column-span"
setter:
Sets the value of "column-span"
Implementation
String get columnSpan => getPropertyValue('column-span');
set columnSpan(String value) {
setProperty('column-span', value, '');
}
columnWidth read / write#
getter:
Gets the value of "column-width"
setter:
Sets the value of "column-width"
Implementation
String get columnWidth => getPropertyValue('column-width');
set columnWidth(String value) {
setProperty('column-width', value, '');
}
content read / write#
getter:
Gets the value of "content"
setter:
Sets the value of "content"
Implementation
String get content => getPropertyValue('content');
set content(String value) {
setProperty('content', value, '');
}
counterIncrement read / write#
getter:
Gets the value of "counter-increment"
setter:
Sets the value of "counter-increment"
Implementation
String get counterIncrement => getPropertyValue('counter-increment');
set counterIncrement(String value) {
setProperty('counter-increment', value, '');
}
counterReset read / write#
getter:
Gets the value of "counter-reset"
setter:
Sets the value of "counter-reset"
Implementation
String get counterReset => getPropertyValue('counter-reset');
set counterReset(String value) {
setProperty('counter-reset', value, '');
}
cursor read / write#
getter:
Gets the value of "cursor"
setter:
Sets the value of "cursor"
Implementation
String get cursor => getPropertyValue('cursor');
set cursor(String value) {
setProperty('cursor', value, '');
}
direction read / write#
getter:
Gets the value of "direction"
setter:
Sets the value of "direction"
Implementation
String get direction => getPropertyValue('direction');
set direction(String value) {
setProperty('direction', value, '');
}
display read / write#
getter:
Gets the value of "display"
setter:
Sets the value of "display"
Implementation
String get display => getPropertyValue('display');
set display(String value) {
setProperty('display', value, '');
}
emptyCells read / write#
getter:
Gets the value of "empty-cells"
setter:
Sets the value of "empty-cells"
Implementation
String get emptyCells => getPropertyValue('empty-cells');
set emptyCells(String value) {
setProperty('empty-cells', value, '');
}
filter read / write#
getter:
Gets the value of "filter"
setter:
Sets the value of "filter"
Implementation
String get filter => getPropertyValue('filter');
set filter(String value) {
setProperty('filter', value, '');
}
flex read / write#
getter:
Gets the value of "flex"
setter:
Sets the value of "flex"
Implementation
String get flex => getPropertyValue('flex');
set flex(String value) {
setProperty('flex', value, '');
}
flexBasis read / write#
getter:
Gets the value of "flex-basis"
setter:
Sets the value of "flex-basis"
Implementation
String get flexBasis => getPropertyValue('flex-basis');
set flexBasis(String value) {
setProperty('flex-basis', value, '');
}
flexDirection read / write#
getter:
Gets the value of "flex-direction"
setter:
Sets the value of "flex-direction"
Implementation
String get flexDirection => getPropertyValue('flex-direction');
set flexDirection(String value) {
setProperty('flex-direction', value, '');
}
flexFlow read / write#
getter:
Gets the value of "flex-flow"
setter:
Sets the value of "flex-flow"
Implementation
String get flexFlow => getPropertyValue('flex-flow');
set flexFlow(String value) {
setProperty('flex-flow', value, '');
}
flexGrow read / write#
getter:
Gets the value of "flex-grow"
setter:
Sets the value of "flex-grow"
Implementation
String get flexGrow => getPropertyValue('flex-grow');
set flexGrow(String value) {
setProperty('flex-grow', value, '');
}
flexShrink read / write#
getter:
Gets the value of "flex-shrink"
setter:
Sets the value of "flex-shrink"
Implementation
String get flexShrink => getPropertyValue('flex-shrink');
set flexShrink(String value) {
setProperty('flex-shrink', value, '');
}
flexWrap read / write#
getter:
Gets the value of "flex-wrap"
setter:
Sets the value of "flex-wrap"
Implementation
String get flexWrap => getPropertyValue('flex-wrap');
set flexWrap(String value) {
setProperty('flex-wrap', value, '');
}
float read / write#
getter:
Gets the value of "float"
setter:
Sets the value of "float"
Implementation
String get float => getPropertyValue('float');
set float(String value) {
setProperty('float', value, '');
}
font read / write#
getter:
Gets the value of "font"
setter:
Sets the value of "font"
Implementation
String get font => getPropertyValue('font');
set font(String value) {
setProperty('font', value, '');
}
fontFamily read / write#
getter:
Gets the value of "font-family"
setter:
Sets the value of "font-family"
Implementation
String get fontFamily => getPropertyValue('font-family');
set fontFamily(String value) {
setProperty('font-family', value, '');
}
fontFeatureSettings read / write#
getter:
Gets the value of "font-feature-settings"
setter:
Sets the value of "font-feature-settings"
Implementation
String get fontFeatureSettings => getPropertyValue('font-feature-settings');
set fontFeatureSettings(String value) {
setProperty('font-feature-settings', value, '');
}
fontKerning read / write#
getter:
Gets the value of "font-kerning"
setter:
Sets the value of "font-kerning"
Implementation
String get fontKerning => getPropertyValue('font-kerning');
set fontKerning(String value) {
setProperty('font-kerning', value, '');
}
fontSize read / write#
getter:
Gets the value of "font-size"
setter:
Sets the value of "font-size"
Implementation
String get fontSize => getPropertyValue('font-size');
set fontSize(String value) {
setProperty('font-size', value, '');
}
fontSizeDelta read / write#
getter:
Gets the value of "font-size-delta"
setter:
Sets the value of "font-size-delta"
Implementation
String get fontSizeDelta => getPropertyValue('font-size-delta');
set fontSizeDelta(String value) {
setProperty('font-size-delta', value, '');
}
fontSmoothing read / write#
getter:
Gets the value of "font-smoothing"
setter:
Sets the value of "font-smoothing"
Implementation
String get fontSmoothing => getPropertyValue('font-smoothing');
set fontSmoothing(String value) {
setProperty('font-smoothing', value, '');
}
fontStretch read / write#
getter:
Gets the value of "font-stretch"
setter:
Sets the value of "font-stretch"
Implementation
String get fontStretch => getPropertyValue('font-stretch');
set fontStretch(String value) {
setProperty('font-stretch', value, '');
}
fontStyle read / write#
getter:
Gets the value of "font-style"
setter:
Sets the value of "font-style"
Implementation
String get fontStyle => getPropertyValue('font-style');
set fontStyle(String value) {
setProperty('font-style', value, '');
}
fontVariant read / write#
getter:
Gets the value of "font-variant"
setter:
Sets the value of "font-variant"
Implementation
String get fontVariant => getPropertyValue('font-variant');
set fontVariant(String value) {
setProperty('font-variant', value, '');
}
fontVariantLigatures read / write#
getter:
Gets the value of "font-variant-ligatures"
setter:
Sets the value of "font-variant-ligatures"
Implementation
String get fontVariantLigatures => getPropertyValue('font-variant-ligatures');
set fontVariantLigatures(String value) {
setProperty('font-variant-ligatures', value, '');
}
fontWeight read / write#
getter:
Gets the value of "font-weight"
setter:
Sets the value of "font-weight"
Implementation
String get fontWeight => getPropertyValue('font-weight');
set fontWeight(String value) {
setProperty('font-weight', value, '');
}
gap read / write#
getter:
Gets the value of "gap"
setter:
Sets the value of "gap"
Implementation
String get gap => getPropertyValue('gap');
set gap(String value) {
setProperty('gap', value, '');
}
grid read / write#
getter:
Gets the value of "grid"
setter:
Sets the value of "grid"
Implementation
String get grid => getPropertyValue('grid');
set grid(String value) {
setProperty('grid', value, '');
}
gridArea read / write#
getter:
Gets the value of "grid-area"
setter:
Sets the value of "grid-area"
Implementation
String get gridArea => getPropertyValue('grid-area');
set gridArea(String value) {
setProperty('grid-area', value, '');
}
gridAutoColumns read / write#
getter:
Gets the value of "grid-auto-columns"
setter:
Sets the value of "grid-auto-columns"
Implementation
String get gridAutoColumns => getPropertyValue('grid-auto-columns');
set gridAutoColumns(String value) {
setProperty('grid-auto-columns', value, '');
}
gridAutoFlow read / write#
getter:
Gets the value of "grid-auto-flow"
setter:
Sets the value of "grid-auto-flow"
Implementation
String get gridAutoFlow => getPropertyValue('grid-auto-flow');
set gridAutoFlow(String value) {
setProperty('grid-auto-flow', value, '');
}
gridAutoRows read / write#
getter:
Gets the value of "grid-auto-rows"
setter:
Sets the value of "grid-auto-rows"
Implementation
String get gridAutoRows => getPropertyValue('grid-auto-rows');
set gridAutoRows(String value) {
setProperty('grid-auto-rows', value, '');
}
gridColumn read / write#
getter:
Gets the value of "grid-column"
setter:
Sets the value of "grid-column"
Implementation
String get gridColumn => getPropertyValue('grid-column');
set gridColumn(String value) {
setProperty('grid-column', value, '');
}
gridColumnEnd read / write#
getter:
Gets the value of "grid-column-end"
setter:
Sets the value of "grid-column-end"
Implementation
String get gridColumnEnd => getPropertyValue('grid-column-end');
set gridColumnEnd(String value) {
setProperty('grid-column-end', value, '');
}
gridColumnStart read / write#
getter:
Gets the value of "grid-column-start"
setter:
Sets the value of "grid-column-start"
Implementation
String get gridColumnStart => getPropertyValue('grid-column-start');
set gridColumnStart(String value) {
setProperty('grid-column-start', value, '');
}
gridRow read / write#
getter:
Gets the value of "grid-row"
setter:
Sets the value of "grid-row"
Implementation
String get gridRow => getPropertyValue('grid-row');
set gridRow(String value) {
setProperty('grid-row', value, '');
}
gridRowEnd read / write#
getter:
Gets the value of "grid-row-end"
setter:
Sets the value of "grid-row-end"
Implementation
String get gridRowEnd => getPropertyValue('grid-row-end');
set gridRowEnd(String value) {
setProperty('grid-row-end', value, '');
}
gridRowStart read / write#
getter:
Gets the value of "grid-row-start"
setter:
Sets the value of "grid-row-start"
Implementation
String get gridRowStart => getPropertyValue('grid-row-start');
set gridRowStart(String value) {
setProperty('grid-row-start', value, '');
}
gridTemplate read / write#
getter:
Gets the value of "grid-template"
setter:
Sets the value of "grid-template"
Implementation
String get gridTemplate => getPropertyValue('grid-template');
set gridTemplate(String value) {
setProperty('grid-template', value, '');
}
gridTemplateAreas read / write#
getter:
Gets the value of "grid-template-areas"
setter:
Sets the value of "grid-template-areas"
Implementation
String get gridTemplateAreas => getPropertyValue('grid-template-areas');
set gridTemplateAreas(String value) {
setProperty('grid-template-areas', value, '');
}
gridTemplateColumns read / write#
getter:
Gets the value of "grid-template-columns"
setter:
Sets the value of "grid-template-columns"
Implementation
String get gridTemplateColumns => getPropertyValue('grid-template-columns');
set gridTemplateColumns(String value) {
setProperty('grid-template-columns', value, '');
}
gridTemplateRows read / write#
getter:
Gets the value of "grid-template-rows"
setter:
Sets the value of "grid-template-rows"
Implementation
String get gridTemplateRows => getPropertyValue('grid-template-rows');
set gridTemplateRows(String value) {
setProperty('grid-template-rows', value, '');
}
hashCode no setter inherited#
The hash code for this object.
A hash code is a single integer which represents the state of the object that affects operator == comparisons.
All objects have hash codes. The default hash code implemented by Object represents only the identity of the object, the same way as the default operator == implementation only considers objects equal if they are identical (see identityHashCode).
If operator == is overridden to use the object state instead, the hash code must also be changed to represent that state, otherwise the object cannot be used in hash based data structures like the default Set and Map implementations.
Hash codes must be the same for objects that are equal to each other according to operator ==. The hash code of an object should only change if the object changes in a way that affects equality. There are no further requirements for the hash codes. They need not be consistent between executions of the same program and there are no distribution guarantees.
Objects that are not equal are allowed to have the same hash code. It is even technically allowed that all instances have the same hash code, but if clashes happen too often, it may reduce the efficiency of hash-based data structures like HashSet or HashMap.
If a subclass overrides hashCode, it should override the operator == operator as well to maintain consistency.
Inherited from Object.
Implementation
external int get hashCode;
height read / write#
getter:
Gets the value of "height"
setter:
Sets the value of "height"
Implementation
String get height => getPropertyValue('height');
set height(String value) {
setProperty('height', value, '');
}
highlight read / write#
getter:
Gets the value of "highlight"
setter:
Sets the value of "highlight"
Implementation
String get highlight => getPropertyValue('highlight');
set highlight(String value) {
setProperty('highlight', value, '');
}
hyphenateCharacter read / write#
getter:
Gets the value of "hyphenate-character"
setter:
Sets the value of "hyphenate-character"
Implementation
String get hyphenateCharacter => getPropertyValue('hyphenate-character');
set hyphenateCharacter(String value) {
setProperty('hyphenate-character', value, '');
}
imageRendering read / write#
getter:
Gets the value of "image-rendering"
setter:
Sets the value of "image-rendering"
Implementation
String get imageRendering => getPropertyValue('image-rendering');
set imageRendering(String value) {
setProperty('image-rendering', value, '');
}
isolation read / write#
getter:
Gets the value of "isolation"
setter:
Sets the value of "isolation"
Implementation
String get isolation => getPropertyValue('isolation');
set isolation(String value) {
setProperty('isolation', value, '');
}
justifyContent read / write#
getter:
Gets the value of "justify-content"
setter:
Sets the value of "justify-content"
Implementation
String get justifyContent => getPropertyValue('justify-content');
set justifyContent(String value) {
setProperty('justify-content', value, '');
}
justifySelf read / write#
getter:
Gets the value of "justify-self"
setter:
Sets the value of "justify-self"
Implementation
String get justifySelf => getPropertyValue('justify-self');
set justifySelf(String value) {
setProperty('justify-self', value, '');
}
left read / write#
getter:
Gets the value of "left"
setter:
Sets the value of "left"
Implementation
String get left => getPropertyValue('left');
set left(String value) {
setProperty('left', value, '');
}
letterSpacing read / write#
getter:
Gets the value of "letter-spacing"
setter:
Sets the value of "letter-spacing"
Implementation
String get letterSpacing => getPropertyValue('letter-spacing');
set letterSpacing(String value) {
setProperty('letter-spacing', value, '');
}
lineBoxContain read / write#
getter:
Gets the value of "line-box-contain"
setter:
Sets the value of "line-box-contain"
Implementation
String get lineBoxContain => getPropertyValue('line-box-contain');
set lineBoxContain(String value) {
setProperty('line-box-contain', value, '');
}
lineBreak read / write#
getter:
Gets the value of "line-break"
setter:
Sets the value of "line-break"
Implementation
String get lineBreak => getPropertyValue('line-break');
set lineBreak(String value) {
setProperty('line-break', value, '');
}
lineClamp read / write#
getter:
Gets the value of "line-clamp"
setter:
Sets the value of "line-clamp"
Implementation
String get lineClamp => getPropertyValue('line-clamp');
set lineClamp(String value) {
setProperty('line-clamp', value, '');
}
lineHeight read / write#
getter:
Gets the value of "line-height"
setter:
Sets the value of "line-height"
Implementation
String get lineHeight => getPropertyValue('line-height');
set lineHeight(String value) {
setProperty('line-height', value, '');
}
listStyle read / write#
getter:
Gets the value of "list-style"
setter:
Sets the value of "list-style"
Implementation
String get listStyle => getPropertyValue('list-style');
set listStyle(String value) {
setProperty('list-style', value, '');
}
listStyleImage read / write#
getter:
Gets the value of "list-style-image"
setter:
Sets the value of "list-style-image"
Implementation
String get listStyleImage => getPropertyValue('list-style-image');
set listStyleImage(String value) {
setProperty('list-style-image', value, '');
}
listStylePosition read / write#
getter:
Gets the value of "list-style-position"
setter:
Sets the value of "list-style-position"
Implementation
String get listStylePosition => getPropertyValue('list-style-position');
set listStylePosition(String value) {
setProperty('list-style-position', value, '');
}
listStyleType read / write#
getter:
Gets the value of "list-style-type"
setter:
Sets the value of "list-style-type"
Implementation
String get listStyleType => getPropertyValue('list-style-type');
set listStyleType(String value) {
setProperty('list-style-type', value, '');
}
locale read / write#
getter:
Gets the value of "locale"
setter:
Sets the value of "locale"
Implementation
String get locale => getPropertyValue('locale');
set locale(String value) {
setProperty('locale', value, '');
}
logicalHeight read / write#
getter:
Gets the value of "logical-height"
setter:
Sets the value of "logical-height"
Implementation
String get logicalHeight => getPropertyValue('logical-height');
set logicalHeight(String value) {
setProperty('logical-height', value, '');
}
logicalWidth read / write#
getter:
Gets the value of "logical-width"
setter:
Sets the value of "logical-width"
Implementation
String get logicalWidth => getPropertyValue('logical-width');
set logicalWidth(String value) {
setProperty('logical-width', value, '');
}
margin read / write#
getter:
Gets the value of "margin"
setter:
Sets the value of "margin"
Implementation
String get margin => getPropertyValue('margin');
set margin(String value) {
setProperty('margin', value, '');
}
marginAfter read / write#
getter:
Gets the value of "margin-after"
setter:
Sets the value of "margin-after"
Implementation
String get marginAfter => getPropertyValue('margin-after');
set marginAfter(String value) {
setProperty('margin-after', value, '');
}
marginAfterCollapse read / write#
getter:
Gets the value of "margin-after-collapse"
setter:
Sets the value of "margin-after-collapse"
Implementation
String get marginAfterCollapse => getPropertyValue('margin-after-collapse');
set marginAfterCollapse(String value) {
setProperty('margin-after-collapse', value, '');
}
marginBefore read / write#
getter:
Gets the value of "margin-before"
setter:
Sets the value of "margin-before"
Implementation
String get marginBefore => getPropertyValue('margin-before');
set marginBefore(String value) {
setProperty('margin-before', value, '');
}
marginBeforeCollapse read / write#
getter:
Gets the value of "margin-before-collapse"
setter:
Sets the value of "margin-before-collapse"
Implementation
String get marginBeforeCollapse => getPropertyValue('margin-before-collapse');
set marginBeforeCollapse(String value) {
setProperty('margin-before-collapse', value, '');
}
marginBottom read / write#
getter:
Gets the value of "margin-bottom"
setter:
Sets the value of "margin-bottom"
Implementation
String get marginBottom => getPropertyValue('margin-bottom');
set marginBottom(String value) {
setProperty('margin-bottom', value, '');
}
marginBottomCollapse read / write#
getter:
Gets the value of "margin-bottom-collapse"
setter:
Sets the value of "margin-bottom-collapse"
Implementation
String get marginBottomCollapse => getPropertyValue('margin-bottom-collapse');
set marginBottomCollapse(String value) {
setProperty('margin-bottom-collapse', value, '');
}
marginCollapse read / write#
getter:
Gets the value of "margin-collapse"
setter:
Sets the value of "margin-collapse"
Implementation
String get marginCollapse => getPropertyValue('margin-collapse');
set marginCollapse(String value) {
setProperty('margin-collapse', value, '');
}
marginEnd read / write#
getter:
Gets the value of "margin-end"
setter:
Sets the value of "margin-end"
Implementation
String get marginEnd => getPropertyValue('margin-end');
set marginEnd(String value) {
setProperty('margin-end', value, '');
}
marginLeft read / write#
getter:
Gets the value of "margin-left"
setter:
Sets the value of "margin-left"
Implementation
String get marginLeft => getPropertyValue('margin-left');
set marginLeft(String value) {
setProperty('margin-left', value, '');
}
marginRight read / write#
getter:
Gets the value of "margin-right"
setter:
Sets the value of "margin-right"
Implementation
String get marginRight => getPropertyValue('margin-right');
set marginRight(String value) {
setProperty('margin-right', value, '');
}
marginStart read / write#
getter:
Gets the value of "margin-start"
setter:
Sets the value of "margin-start"
Implementation
String get marginStart => getPropertyValue('margin-start');
set marginStart(String value) {
setProperty('margin-start', value, '');
}
marginTop read / write#
getter:
Gets the value of "margin-top"
setter:
Sets the value of "margin-top"
Implementation
String get marginTop => getPropertyValue('margin-top');
set marginTop(String value) {
setProperty('margin-top', value, '');
}
marginTopCollapse read / write#
getter:
Gets the value of "margin-top-collapse"
setter:
Sets the value of "margin-top-collapse"
Implementation
String get marginTopCollapse => getPropertyValue('margin-top-collapse');
set marginTopCollapse(String value) {
setProperty('margin-top-collapse', value, '');
}
mask read / write#
getter:
Gets the value of "mask"
setter:
Sets the value of "mask"
Implementation
String get mask => getPropertyValue('mask');
set mask(String value) {
setProperty('mask', value, '');
}
maskBoxImage read / write#
getter:
Gets the value of "mask-box-image"
setter:
Sets the value of "mask-box-image"
Implementation
String get maskBoxImage => getPropertyValue('mask-box-image');
set maskBoxImage(String value) {
setProperty('mask-box-image', value, '');
}
maskBoxImageOutset read / write#
getter:
Gets the value of "mask-box-image-outset"
setter:
Sets the value of "mask-box-image-outset"
Implementation
String get maskBoxImageOutset => getPropertyValue('mask-box-image-outset');
set maskBoxImageOutset(String value) {
setProperty('mask-box-image-outset', value, '');
}
maskBoxImageRepeat read / write#
getter:
Gets the value of "mask-box-image-repeat"
setter:
Sets the value of "mask-box-image-repeat"
Implementation
String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
set maskBoxImageRepeat(String value) {
setProperty('mask-box-image-repeat', value, '');
}
maskBoxImageSlice read / write#
getter:
Gets the value of "mask-box-image-slice"
setter:
Sets the value of "mask-box-image-slice"
Implementation
String get maskBoxImageSlice => getPropertyValue('mask-box-image-slice');
set maskBoxImageSlice(String value) {
setProperty('mask-box-image-slice', value, '');
}
maskBoxImageSource read / write#
getter:
Gets the value of "mask-box-image-source"
setter:
Sets the value of "mask-box-image-source"
Implementation
String get maskBoxImageSource => getPropertyValue('mask-box-image-source');
set maskBoxImageSource(String value) {
setProperty('mask-box-image-source', value, '');
}
maskBoxImageWidth read / write#
getter:
Gets the value of "mask-box-image-width"
setter:
Sets the value of "mask-box-image-width"
Implementation
String get maskBoxImageWidth => getPropertyValue('mask-box-image-width');
set maskBoxImageWidth(String value) {
setProperty('mask-box-image-width', value, '');
}
maskClip read / write#
getter:
Gets the value of "mask-clip"
setter:
Sets the value of "mask-clip"
Implementation
String get maskClip => getPropertyValue('mask-clip');
set maskClip(String value) {
setProperty('mask-clip', value, '');
}
maskComposite read / write#
getter:
Gets the value of "mask-composite"
setter:
Sets the value of "mask-composite"
Implementation
String get maskComposite => getPropertyValue('mask-composite');
set maskComposite(String value) {
setProperty('mask-composite', value, '');
}
maskImage read / write#
getter:
Gets the value of "mask-image"
setter:
Sets the value of "mask-image"
Implementation
String get maskImage => getPropertyValue('mask-image');
set maskImage(String value) {
setProperty('mask-image', value, '');
}
maskOrigin read / write#
getter:
Gets the value of "mask-origin"
setter:
Sets the value of "mask-origin"
Implementation
String get maskOrigin => getPropertyValue('mask-origin');
set maskOrigin(String value) {
setProperty('mask-origin', value, '');
}
maskPosition read / write#
getter:
Gets the value of "mask-position"
setter:
Sets the value of "mask-position"
Implementation
String get maskPosition => getPropertyValue('mask-position');
set maskPosition(String value) {
setProperty('mask-position', value, '');
}
maskPositionX read / write#
getter:
Gets the value of "mask-position-x"
setter:
Sets the value of "mask-position-x"
Implementation
String get maskPositionX => getPropertyValue('mask-position-x');
set maskPositionX(String value) {
setProperty('mask-position-x', value, '');
}
maskPositionY read / write#
getter:
Gets the value of "mask-position-y"
setter:
Sets the value of "mask-position-y"
Implementation
String get maskPositionY => getPropertyValue('mask-position-y');
set maskPositionY(String value) {
setProperty('mask-position-y', value, '');
}
maskRepeat read / write#
getter:
Gets the value of "mask-repeat"
setter:
Sets the value of "mask-repeat"
Implementation
String get maskRepeat => getPropertyValue('mask-repeat');
set maskRepeat(String value) {
setProperty('mask-repeat', value, '');
}
maskRepeatX read / write#
getter:
Gets the value of "mask-repeat-x"
setter:
Sets the value of "mask-repeat-x"
Implementation
String get maskRepeatX => getPropertyValue('mask-repeat-x');
set maskRepeatX(String value) {
setProperty('mask-repeat-x', value, '');
}
maskRepeatY read / write#
getter:
Gets the value of "mask-repeat-y"
setter:
Sets the value of "mask-repeat-y"
Implementation
String get maskRepeatY => getPropertyValue('mask-repeat-y');
set maskRepeatY(String value) {
setProperty('mask-repeat-y', value, '');
}
maskSize read / write#
getter:
Gets the value of "mask-size"
setter:
Sets the value of "mask-size"
Implementation
String get maskSize => getPropertyValue('mask-size');
set maskSize(String value) {
setProperty('mask-size', value, '');
}
maskSourceType read / write#
getter:
Gets the value of "mask-source-type"
setter:
Sets the value of "mask-source-type"
Implementation
String get maskSourceType => getPropertyValue('mask-source-type');
set maskSourceType(String value) {
setProperty('mask-source-type', value, '');
}
maxHeight read / write#
getter:
Gets the value of "max-height"
setter:
Sets the value of "max-height"
Implementation
String get maxHeight => getPropertyValue('max-height');
set maxHeight(String value) {
setProperty('max-height', value, '');
}
maxLogicalHeight read / write#
getter:
Gets the value of "max-logical-height"
setter:
Sets the value of "max-logical-height"
Implementation
String get maxLogicalHeight => getPropertyValue('max-logical-height');
set maxLogicalHeight(String value) {
setProperty('max-logical-height', value, '');
}
maxLogicalWidth read / write#
getter:
Gets the value of "max-logical-width"
setter:
Sets the value of "max-logical-width"
Implementation
String get maxLogicalWidth => getPropertyValue('max-logical-width');
set maxLogicalWidth(String value) {
setProperty('max-logical-width', value, '');
}
maxWidth read / write#
getter:
Gets the value of "max-width"
setter:
Sets the value of "max-width"
Implementation
String get maxWidth => getPropertyValue('max-width');
set maxWidth(String value) {
setProperty('max-width', value, '');
}
maxZoom read / write#
getter:
Gets the value of "max-zoom"
setter:
Sets the value of "max-zoom"
Implementation
String get maxZoom => getPropertyValue('max-zoom');
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}
minHeight read / write#
getter:
Gets the value of "min-height"
setter:
Sets the value of "min-height"
Implementation
String get minHeight => getPropertyValue('min-height');
set minHeight(String value) {
setProperty('min-height', value, '');
}
minLogicalHeight read / write#
getter:
Gets the value of "min-logical-height"
setter:
Sets the value of "min-logical-height"
Implementation
String get minLogicalHeight => getPropertyValue('min-logical-height');
set minLogicalHeight(String value) {
setProperty('min-logical-height', value, '');
}
minLogicalWidth read / write#
getter:
Gets the value of "min-logical-width"
setter:
Sets the value of "min-logical-width"
Implementation
String get minLogicalWidth => getPropertyValue('min-logical-width');
set minLogicalWidth(String value) {
setProperty('min-logical-width', value, '');
}
minWidth read / write#
getter:
Gets the value of "min-width"
setter:
Sets the value of "min-width"
Implementation
String get minWidth => getPropertyValue('min-width');
set minWidth(String value) {
setProperty('min-width', value, '');
}
minZoom read / write#
getter:
Gets the value of "min-zoom"
setter:
Sets the value of "min-zoom"
Implementation
String get minZoom => getPropertyValue('min-zoom');
set minZoom(String value) {
setProperty('min-zoom', value, '');
}
mixBlendMode read / write#
getter:
Gets the value of "mix-blend-mode"
setter:
Sets the value of "mix-blend-mode"
Implementation
String get mixBlendMode => getPropertyValue('mix-blend-mode');
set mixBlendMode(String value) {
setProperty('mix-blend-mode', value, '');
}
objectFit read / write#
getter:
Gets the value of "object-fit"
setter:
Sets the value of "object-fit"
Implementation
String get objectFit => getPropertyValue('object-fit');
set objectFit(String value) {
setProperty('object-fit', value, '');
}
objectPosition read / write#
getter:
Gets the value of "object-position"
setter:
Sets the value of "object-position"
Implementation
String get objectPosition => getPropertyValue('object-position');
set objectPosition(String value) {
setProperty('object-position', value, '');
}
opacity read / write#
getter:
Gets the value of "opacity"
setter:
Sets the value of "opacity"
Implementation
String get opacity => getPropertyValue('opacity');
set opacity(String value) {
setProperty('opacity', value, '');
}
order read / write#
getter:
Gets the value of "order"
setter:
Sets the value of "order"
Implementation
String get order => getPropertyValue('order');
set order(String value) {
setProperty('order', value, '');
}
orientation read / write#
getter:
Gets the value of "orientation"
setter:
Sets the value of "orientation"
Implementation
String get orientation => getPropertyValue('orientation');
set orientation(String value) {
setProperty('orientation', value, '');
}
orphans read / write#
getter:
Gets the value of "orphans"
setter:
Sets the value of "orphans"
Implementation
String get orphans => getPropertyValue('orphans');
set orphans(String value) {
setProperty('orphans', value, '');
}
outline read / write#
getter:
Gets the value of "outline"
setter:
Sets the value of "outline"
Implementation
String get outline => getPropertyValue('outline');
set outline(String value) {
setProperty('outline', value, '');
}
outlineColor read / write#
getter:
Gets the value of "outline-color"
setter:
Sets the value of "outline-color"
Implementation
String get outlineColor => getPropertyValue('outline-color');
set outlineColor(String value) {
setProperty('outline-color', value, '');
}
outlineOffset read / write#
getter:
Gets the value of "outline-offset"
setter:
Sets the value of "outline-offset"
Implementation
String get outlineOffset => getPropertyValue('outline-offset');
set outlineOffset(String value) {
setProperty('outline-offset', value, '');
}
outlineStyle read / write#
getter:
Gets the value of "outline-style"
setter:
Sets the value of "outline-style"
Implementation
String get outlineStyle => getPropertyValue('outline-style');
set outlineStyle(String value) {
setProperty('outline-style', value, '');
}
outlineWidth read / write#
getter:
Gets the value of "outline-width"
setter:
Sets the value of "outline-width"
Implementation
String get outlineWidth => getPropertyValue('outline-width');
set outlineWidth(String value) {
setProperty('outline-width', value, '');
}
overflow read / write#
getter:
Gets the value of "overflow"
setter:
Sets the value of "overflow"
Implementation
String get overflow => getPropertyValue('overflow');
set overflow(String value) {
setProperty('overflow', value, '');
}
overflowWrap read / write#
getter:
Gets the value of "overflow-wrap"
setter:
Sets the value of "overflow-wrap"
Implementation
String get overflowWrap => getPropertyValue('overflow-wrap');
set overflowWrap(String value) {
setProperty('overflow-wrap', value, '');
}
overflowX read / write#
getter:
Gets the value of "overflow-x"
setter:
Sets the value of "overflow-x"
Implementation
String get overflowX => getPropertyValue('overflow-x');
set overflowX(String value) {
setProperty('overflow-x', value, '');
}
overflowY read / write#
getter:
Gets the value of "overflow-y"
setter:
Sets the value of "overflow-y"
Implementation
String get overflowY => getPropertyValue('overflow-y');
set overflowY(String value) {
setProperty('overflow-y', value, '');
}
padding read / write#
getter:
Gets the value of "padding"
setter:
Sets the value of "padding"
Implementation
String get padding => getPropertyValue('padding');
set padding(String value) {
setProperty('padding', value, '');
}
paddingAfter read / write#
getter:
Gets the value of "padding-after"
setter:
Sets the value of "padding-after"
Implementation
String get paddingAfter => getPropertyValue('padding-after');
set paddingAfter(String value) {
setProperty('padding-after', value, '');
}
paddingBefore read / write#
getter:
Gets the value of "padding-before"
setter:
Sets the value of "padding-before"
Implementation
String get paddingBefore => getPropertyValue('padding-before');
set paddingBefore(String value) {
setProperty('padding-before', value, '');
}
paddingBottom read / write#
getter:
Gets the value of "padding-bottom"
setter:
Sets the value of "padding-bottom"
Implementation
String get paddingBottom => getPropertyValue('padding-bottom');
set paddingBottom(String value) {
setProperty('padding-bottom', value, '');
}
paddingEnd read / write#
getter:
Gets the value of "padding-end"
setter:
Sets the value of "padding-end"
Implementation
String get paddingEnd => getPropertyValue('padding-end');
set paddingEnd(String value) {
setProperty('padding-end', value, '');
}
paddingLeft read / write#
getter:
Gets the value of "padding-left"
setter:
Sets the value of "padding-left"
Implementation
String get paddingLeft => getPropertyValue('padding-left');
set paddingLeft(String value) {
setProperty('padding-left', value, '');
}
paddingRight read / write#
getter:
Gets the value of "padding-right"
setter:
Sets the value of "padding-right"
Implementation
String get paddingRight => getPropertyValue('padding-right');
set paddingRight(String value) {
setProperty('padding-right', value, '');
}
paddingStart read / write#
getter:
Gets the value of "padding-start"
setter:
Sets the value of "padding-start"
Implementation
String get paddingStart => getPropertyValue('padding-start');
set paddingStart(String value) {
setProperty('padding-start', value, '');
}
paddingTop read / write#
getter:
Gets the value of "padding-top"
setter:
Sets the value of "padding-top"
Implementation
String get paddingTop => getPropertyValue('padding-top');
set paddingTop(String value) {
setProperty('padding-top', value, '');
}
page read / write#
getter:
Gets the value of "page"
setter:
Sets the value of "page"
Implementation
String get page => getPropertyValue('page');
set page(String value) {
setProperty('page', value, '');
}
pageBreakAfter read / write#
getter:
Gets the value of "page-break-after"
setter:
Sets the value of "page-break-after"
Implementation
String get pageBreakAfter => getPropertyValue('page-break-after');
set pageBreakAfter(String value) {
setProperty('page-break-after', value, '');
}
pageBreakBefore read / write#
getter:
Gets the value of "page-break-before"
setter:
Sets the value of "page-break-before"
Implementation
String get pageBreakBefore => getPropertyValue('page-break-before');
set pageBreakBefore(String value) {
setProperty('page-break-before', value, '');
}
pageBreakInside read / write#
getter:
Gets the value of "page-break-inside"
setter:
Sets the value of "page-break-inside"
Implementation
String get pageBreakInside => getPropertyValue('page-break-inside');
set pageBreakInside(String value) {
setProperty('page-break-inside', value, '');
}
perspective read / write#
getter:
Gets the value of "perspective"
setter:
Sets the value of "perspective"
Implementation
String get perspective => getPropertyValue('perspective');
set perspective(String value) {
setProperty('perspective', value, '');
}
perspectiveOrigin read / write#
getter:
Gets the value of "perspective-origin"
setter:
Sets the value of "perspective-origin"
Implementation
String get perspectiveOrigin => getPropertyValue('perspective-origin');
set perspectiveOrigin(String value) {
setProperty('perspective-origin', value, '');
}
perspectiveOriginX read / write#
getter:
Gets the value of "perspective-origin-x"
setter:
Sets the value of "perspective-origin-x"
Implementation
String get perspectiveOriginX => getPropertyValue('perspective-origin-x');
set perspectiveOriginX(String value) {
setProperty('perspective-origin-x', value, '');
}
perspectiveOriginY read / write#
getter:
Gets the value of "perspective-origin-y"
setter:
Sets the value of "perspective-origin-y"
Implementation
String get perspectiveOriginY => getPropertyValue('perspective-origin-y');
set perspectiveOriginY(String value) {
setProperty('perspective-origin-y', value, '');
}
pointerEvents read / write#
getter:
Gets the value of "pointer-events"
setter:
Sets the value of "pointer-events"
Implementation
String get pointerEvents => getPropertyValue('pointer-events');
set pointerEvents(String value) {
setProperty('pointer-events', value, '');
}
position read / write#
getter:
Gets the value of "position"
setter:
Sets the value of "position"
Implementation
String get position => getPropertyValue('position');
set position(String value) {
setProperty('position', value, '');
}
printColorAdjust read / write#
getter:
Gets the value of "print-color-adjust"
setter:
Sets the value of "print-color-adjust"
Implementation
String get printColorAdjust => getPropertyValue('print-color-adjust');
set printColorAdjust(String value) {
setProperty('print-color-adjust', value, '');
}
quotes read / write#
getter:
Gets the value of "quotes"
setter:
Sets the value of "quotes"
Implementation
String get quotes => getPropertyValue('quotes');
set quotes(String value) {
setProperty('quotes', value, '');
}
resize read / write#
getter:
Gets the value of "resize"
setter:
Sets the value of "resize"
Implementation
String get resize => getPropertyValue('resize');
set resize(String value) {
setProperty('resize', value, '');
}
right read / write#
getter:
Gets the value of "right"
setter:
Sets the value of "right"
Implementation
String get right => getPropertyValue('right');
set right(String value) {
setProperty('right', value, '');
}
rowGap read / write#
getter:
Gets the value of "row-gap"
setter:
Sets the value of "row-gap"
Implementation
String get rowGap => getPropertyValue('row-gap');
set rowGap(String value) {
setProperty('row-gap', value, '');
}
rtlOrdering read / write#
getter:
Gets the value of "rtl-ordering"
setter:
Sets the value of "rtl-ordering"
Implementation
String get rtlOrdering => getPropertyValue('rtl-ordering');
set rtlOrdering(String value) {
setProperty('rtl-ordering', value, '');
}
rubyPosition read / write#
getter:
Gets the value of "ruby-position"
setter:
Sets the value of "ruby-position"
Implementation
String get rubyPosition => getPropertyValue('ruby-position');
set rubyPosition(String value) {
setProperty('ruby-position', value, '');
}
runtimeType no setter inherited#
A representation of the runtime type of the object.
Inherited from Object.
Implementation
external Type get runtimeType;
scrollBehavior read / write#
getter:
Gets the value of "scroll-behavior"
setter:
Sets the value of "scroll-behavior"
Implementation
String get scrollBehavior => getPropertyValue('scroll-behavior');
set scrollBehavior(String value) {
setProperty('scroll-behavior', value, '');
}
shapeImageThreshold read / write#
getter:
Gets the value of "shape-image-threshold"
setter:
Sets the value of "shape-image-threshold"
Implementation
String get shapeImageThreshold => getPropertyValue('shape-image-threshold');
set shapeImageThreshold(String value) {
setProperty('shape-image-threshold', value, '');
}
shapeMargin read / write#
getter:
Gets the value of "shape-margin"
setter:
Sets the value of "shape-margin"
Implementation
String get shapeMargin => getPropertyValue('shape-margin');
set shapeMargin(String value) {
setProperty('shape-margin', value, '');
}
shapeOutside read / write#
getter:
Gets the value of "shape-outside"
setter:
Sets the value of "shape-outside"
Implementation
String get shapeOutside => getPropertyValue('shape-outside');
set shapeOutside(String value) {
setProperty('shape-outside', value, '');
}
size read / write#
getter:
Gets the value of "size"
setter:
Sets the value of "size"
Implementation
String get size => getPropertyValue('size');
set size(String value) {
setProperty('size', value, '');
}
speak read / write#
getter:
Gets the value of "speak"
setter:
Sets the value of "speak"
Implementation
String get speak => getPropertyValue('speak');
set speak(String value) {
setProperty('speak', value, '');
}
src read / write#
getter:
Gets the value of "src"
setter:
Sets the value of "src"
Implementation
String get src => getPropertyValue('src');
set src(String value) {
setProperty('src', value, '');
}
tableLayout read / write#
getter:
Gets the value of "table-layout"
setter:
Sets the value of "table-layout"
Implementation
String get tableLayout => getPropertyValue('table-layout');
set tableLayout(String value) {
setProperty('table-layout', value, '');
}
tabSize read / write#
getter:
Gets the value of "tab-size"
setter:
Sets the value of "tab-size"
Implementation
String get tabSize => getPropertyValue('tab-size');
set tabSize(String value) {
setProperty('tab-size', value, '');
}
tapHighlightColor read / write#
getter:
Gets the value of "tap-highlight-color"
setter:
Sets the value of "tap-highlight-color"
Implementation
String get tapHighlightColor => getPropertyValue('tap-highlight-color');
set tapHighlightColor(String value) {
setProperty('tap-highlight-color', value, '');
}
textAlign read / write#
getter:
Gets the value of "text-align"
setter:
Sets the value of "text-align"
Implementation
String get textAlign => getPropertyValue('text-align');
set textAlign(String value) {
setProperty('text-align', value, '');
}
textAlignLast read / write#
getter:
Gets the value of "text-align-last"
setter:
Sets the value of "text-align-last"
Implementation
String get textAlignLast => getPropertyValue('text-align-last');
set textAlignLast(String value) {
setProperty('text-align-last', value, '');
}
textCombine read / write#
getter:
Gets the value of "text-combine"
setter:
Sets the value of "text-combine"
Implementation
String get textCombine => getPropertyValue('text-combine');
set textCombine(String value) {
setProperty('text-combine', value, '');
}
textDecoration read / write#
getter:
Gets the value of "text-decoration"
setter:
Sets the value of "text-decoration"
Implementation
String get textDecoration => getPropertyValue('text-decoration');
set textDecoration(String value) {
setProperty('text-decoration', value, '');
}
textDecorationColor read / write#
getter:
Gets the value of "text-decoration-color"
setter:
Sets the value of "text-decoration-color"
Implementation
String get textDecorationColor => getPropertyValue('text-decoration-color');
set textDecorationColor(String value) {
setProperty('text-decoration-color', value, '');
}
textDecorationLine read / write#
getter:
Gets the value of "text-decoration-line"
setter:
Sets the value of "text-decoration-line"
Implementation
String get textDecorationLine => getPropertyValue('text-decoration-line');
set textDecorationLine(String value) {
setProperty('text-decoration-line', value, '');
}
textDecorationsInEffect read / write#
getter:
Gets the value of "text-decorations-in-effect"
setter:
Sets the value of "text-decorations-in-effect"
Implementation
String get textDecorationsInEffect =>
getPropertyValue('text-decorations-in-effect');
set textDecorationsInEffect(String value) {
setProperty('text-decorations-in-effect', value, '');
}
textDecorationStyle read / write#
getter:
Gets the value of "text-decoration-style"
setter:
Sets the value of "text-decoration-style"
Implementation
String get textDecorationStyle => getPropertyValue('text-decoration-style');
set textDecorationStyle(String value) {
setProperty('text-decoration-style', value, '');
}
textEmphasis read / write#
getter:
Gets the value of "text-emphasis"
setter:
Sets the value of "text-emphasis"
Implementation
String get textEmphasis => getPropertyValue('text-emphasis');
set textEmphasis(String value) {
setProperty('text-emphasis', value, '');
}
textEmphasisColor read / write#
getter:
Gets the value of "text-emphasis-color"
setter:
Sets the value of "text-emphasis-color"
Implementation
String get textEmphasisColor => getPropertyValue('text-emphasis-color');
set textEmphasisColor(String value) {
setProperty('text-emphasis-color', value, '');
}
textEmphasisPosition read / write#
getter:
Gets the value of "text-emphasis-position"
setter:
Sets the value of "text-emphasis-position"
Implementation
String get textEmphasisPosition => getPropertyValue('text-emphasis-position');
set textEmphasisPosition(String value) {
setProperty('text-emphasis-position', value, '');
}
textEmphasisStyle read / write#
getter:
Gets the value of "text-emphasis-style"
setter:
Sets the value of "text-emphasis-style"
Implementation
String get textEmphasisStyle => getPropertyValue('text-emphasis-style');
set textEmphasisStyle(String value) {
setProperty('text-emphasis-style', value, '');
}
textFillColor read / write#
getter:
Gets the value of "text-fill-color"
setter:
Sets the value of "text-fill-color"
Implementation
String get textFillColor => getPropertyValue('text-fill-color');
set textFillColor(String value) {
setProperty('text-fill-color', value, '');
}
textIndent read / write#
getter:
Gets the value of "text-indent"
setter:
Sets the value of "text-indent"
Implementation
String get textIndent => getPropertyValue('text-indent');
set textIndent(String value) {
setProperty('text-indent', value, '');
}
textJustify read / write#
getter:
Gets the value of "text-justify"
setter:
Sets the value of "text-justify"
Implementation
String get textJustify => getPropertyValue('text-justify');
set textJustify(String value) {
setProperty('text-justify', value, '');
}
textLineThroughColor read / write#
getter:
Gets the value of "text-line-through-color"
setter:
Sets the value of "text-line-through-color"
Implementation
String get textLineThroughColor =>
getPropertyValue('text-line-through-color');
set textLineThroughColor(String value) {
setProperty('text-line-through-color', value, '');
}
textLineThroughMode read / write#
getter:
Gets the value of "text-line-through-mode"
setter:
Sets the value of "text-line-through-mode"
Implementation
String get textLineThroughMode => getPropertyValue('text-line-through-mode');
set textLineThroughMode(String value) {
setProperty('text-line-through-mode', value, '');
}
textLineThroughStyle read / write#
getter:
Gets the value of "text-line-through-style"
setter:
Sets the value of "text-line-through-style"
Implementation
String get textLineThroughStyle =>
getPropertyValue('text-line-through-style');
set textLineThroughStyle(String value) {
setProperty('text-line-through-style', value, '');
}
textLineThroughWidth read / write#
getter:
Gets the value of "text-line-through-width"
setter:
Sets the value of "text-line-through-width"
Implementation
String get textLineThroughWidth =>
getPropertyValue('text-line-through-width');
set textLineThroughWidth(String value) {
setProperty('text-line-through-width', value, '');
}
textOrientation read / write#
getter:
Gets the value of "text-orientation"
setter:
Sets the value of "text-orientation"
Implementation
String get textOrientation => getPropertyValue('text-orientation');
set textOrientation(String value) {
setProperty('text-orientation', value, '');
}
textOverflow read / write#
getter:
Gets the value of "text-overflow"
setter:
Sets the value of "text-overflow"
Implementation
String get textOverflow => getPropertyValue('text-overflow');
set textOverflow(String value) {
setProperty('text-overflow', value, '');
}
textOverlineColor read / write#
getter:
Gets the value of "text-overline-color"
setter:
Sets the value of "text-overline-color"
Implementation
String get textOverlineColor => getPropertyValue('text-overline-color');
set textOverlineColor(String value) {
setProperty('text-overline-color', value, '');
}
textOverlineMode read / write#
getter:
Gets the value of "text-overline-mode"
setter:
Sets the value of "text-overline-mode"
Implementation
String get textOverlineMode => getPropertyValue('text-overline-mode');
set textOverlineMode(String value) {
setProperty('text-overline-mode', value, '');
}
textOverlineStyle read / write#
getter:
Gets the value of "text-overline-style"
setter:
Sets the value of "text-overline-style"
Implementation
String get textOverlineStyle => getPropertyValue('text-overline-style');
set textOverlineStyle(String value) {
setProperty('text-overline-style', value, '');
}
textOverlineWidth read / write#
getter:
Gets the value of "text-overline-width"
setter:
Sets the value of "text-overline-width"
Implementation
String get textOverlineWidth => getPropertyValue('text-overline-width');
set textOverlineWidth(String value) {
setProperty('text-overline-width', value, '');
}
textRendering read / write#
getter:
Gets the value of "text-rendering"
setter:
Sets the value of "text-rendering"
Implementation
String get textRendering => getPropertyValue('text-rendering');
set textRendering(String value) {
setProperty('text-rendering', value, '');
}
textSecurity read / write#
getter:
Gets the value of "text-security"
setter:
Sets the value of "text-security"
Implementation
String get textSecurity => getPropertyValue('text-security');
set textSecurity(String value) {
setProperty('text-security', value, '');
}
textShadow read / write#
getter:
Gets the value of "text-shadow"
setter:
Sets the value of "text-shadow"
Implementation
String get textShadow => getPropertyValue('text-shadow');
set textShadow(String value) {
setProperty('text-shadow', value, '');
}
textStroke read / write#
getter:
Gets the value of "text-stroke"
setter:
Sets the value of "text-stroke"
Implementation
String get textStroke => getPropertyValue('text-stroke');
set textStroke(String value) {
setProperty('text-stroke', value, '');
}
textStrokeColor read / write#
getter:
Gets the value of "text-stroke-color"
setter:
Sets the value of "text-stroke-color"
Implementation
String get textStrokeColor => getPropertyValue('text-stroke-color');
set textStrokeColor(String value) {
setProperty('text-stroke-color', value, '');
}
textStrokeWidth read / write#
getter:
Gets the value of "text-stroke-width"
setter:
Sets the value of "text-stroke-width"
Implementation
String get textStrokeWidth => getPropertyValue('text-stroke-width');
set textStrokeWidth(String value) {
setProperty('text-stroke-width', value, '');
}
textTransform read / write#
getter:
Gets the value of "text-transform"
setter:
Sets the value of "text-transform"
Implementation
String get textTransform => getPropertyValue('text-transform');
set textTransform(String value) {
setProperty('text-transform', value, '');
}
textUnderlineColor read / write#
getter:
Gets the value of "text-underline-color"
setter:
Sets the value of "text-underline-color"
Implementation
String get textUnderlineColor => getPropertyValue('text-underline-color');
set textUnderlineColor(String value) {
setProperty('text-underline-color', value, '');
}
textUnderlineMode read / write#
getter:
Gets the value of "text-underline-mode"
setter:
Sets the value of "text-underline-mode"
Implementation
String get textUnderlineMode => getPropertyValue('text-underline-mode');
set textUnderlineMode(String value) {
setProperty('text-underline-mode', value, '');
}
textUnderlinePosition read / write#
getter:
Gets the value of "text-underline-position"
setter:
Sets the value of "text-underline-position"
Implementation
String get textUnderlinePosition =>
getPropertyValue('text-underline-position');
set textUnderlinePosition(String value) {
setProperty('text-underline-position', value, '');
}
textUnderlineStyle read / write#
getter:
Gets the value of "text-underline-style"
setter:
Sets the value of "text-underline-style"
Implementation
String get textUnderlineStyle => getPropertyValue('text-underline-style');
set textUnderlineStyle(String value) {
setProperty('text-underline-style', value, '');
}
textUnderlineWidth read / write#
getter:
Gets the value of "text-underline-width"
setter:
Sets the value of "text-underline-width"
Implementation
String get textUnderlineWidth => getPropertyValue('text-underline-width');
set textUnderlineWidth(String value) {
setProperty('text-underline-width', value, '');
}
top read / write#
getter:
Gets the value of "top"
setter:
Sets the value of "top"
Implementation
String get top => getPropertyValue('top');
set top(String value) {
setProperty('top', value, '');
}
touchAction read / write#
getter:
Gets the value of "touch-action"
setter:
Sets the value of "touch-action"
Implementation
String get touchAction => getPropertyValue('touch-action');
set touchAction(String value) {
setProperty('touch-action', value, '');
}
touchActionDelay read / write#
getter:
Gets the value of "touch-action-delay"
setter:
Sets the value of "touch-action-delay"
Implementation
String get touchActionDelay => getPropertyValue('touch-action-delay');
set touchActionDelay(String value) {
setProperty('touch-action-delay', value, '');
}
transform read / write#
getter:
Gets the value of "transform"
setter:
Sets the value of "transform"
Implementation
String get transform => getPropertyValue('transform');
set transform(String value) {
setProperty('transform', value, '');
}
transformOrigin read / write#
getter:
Gets the value of "transform-origin"
setter:
Sets the value of "transform-origin"
Implementation
String get transformOrigin => getPropertyValue('transform-origin');
set transformOrigin(String value) {
setProperty('transform-origin', value, '');
}
transformOriginX read / write#
getter:
Gets the value of "transform-origin-x"
setter:
Sets the value of "transform-origin-x"
Implementation
String get transformOriginX => getPropertyValue('transform-origin-x');
set transformOriginX(String value) {
setProperty('transform-origin-x', value, '');
}
transformOriginY read / write#
getter:
Gets the value of "transform-origin-y"
setter:
Sets the value of "transform-origin-y"
Implementation
String get transformOriginY => getPropertyValue('transform-origin-y');
set transformOriginY(String value) {
setProperty('transform-origin-y', value, '');
}
transformOriginZ read / write#
getter:
Gets the value of "transform-origin-z"
setter:
Sets the value of "transform-origin-z"
Implementation
String get transformOriginZ => getPropertyValue('transform-origin-z');
set transformOriginZ(String value) {
setProperty('transform-origin-z', value, '');
}
transformStyle read / write#
getter:
Gets the value of "transform-style"
setter:
Sets the value of "transform-style"
Implementation
String get transformStyle => getPropertyValue('transform-style');
set transformStyle(String value) {
setProperty('transform-style', value, '');
}
transition read / write#
getter:
Gets the value of "transition"
setter:
Sets the value of "transition"
Implementation
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.FIREFOX)
@SupportedBrowser(SupportedBrowser.IE, '10')
@SupportedBrowser(SupportedBrowser.SAFARI)
String get transition => getPropertyValue('transition');
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.FIREFOX)
@SupportedBrowser(SupportedBrowser.IE, '10')
@SupportedBrowser(SupportedBrowser.SAFARI)
set transition(String value) {
setProperty('transition', value, '');
}
transitionDelay read / write#
getter:
Gets the value of "transition-delay"
setter:
Sets the value of "transition-delay"
Implementation
String get transitionDelay => getPropertyValue('transition-delay');
set transitionDelay(String value) {
setProperty('transition-delay', value, '');
}
transitionDuration read / write#
getter:
Gets the value of "transition-duration"
setter:
Sets the value of "transition-duration"
Implementation
String get transitionDuration => getPropertyValue('transition-duration');
set transitionDuration(String value) {
setProperty('transition-duration', value, '');
}
transitionProperty read / write#
getter:
Gets the value of "transition-property"
setter:
Sets the value of "transition-property"
Implementation
String get transitionProperty => getPropertyValue('transition-property');
set transitionProperty(String value) {
setProperty('transition-property', value, '');
}
transitionTimingFunction read / write#
getter:
Gets the value of "transition-timing-function"
setter:
Sets the value of "transition-timing-function"
Implementation
String get transitionTimingFunction =>
getPropertyValue('transition-timing-function');
set transitionTimingFunction(String value) {
setProperty('transition-timing-function', value, '');
}
unicodeBidi read / write#
getter:
Gets the value of "unicode-bidi"
setter:
Sets the value of "unicode-bidi"
Implementation
String get unicodeBidi => getPropertyValue('unicode-bidi');
set unicodeBidi(String value) {
setProperty('unicode-bidi', value, '');
}
unicodeRange read / write#
getter:
Gets the value of "unicode-range"
setter:
Sets the value of "unicode-range"
Implementation
String get unicodeRange => getPropertyValue('unicode-range');
set unicodeRange(String value) {
setProperty('unicode-range', value, '');
}
userDrag read / write#
getter:
Gets the value of "user-drag"
setter:
Sets the value of "user-drag"
Implementation
String get userDrag => getPropertyValue('user-drag');
set userDrag(String value) {
setProperty('user-drag', value, '');
}
userModify read / write#
getter:
Gets the value of "user-modify"
setter:
Sets the value of "user-modify"
Implementation
String get userModify => getPropertyValue('user-modify');
set userModify(String value) {
setProperty('user-modify', value, '');
}
userSelect read / write#
getter:
Gets the value of "user-select"
setter:
Sets the value of "user-select"
Implementation
String get userSelect => getPropertyValue('user-select');
set userSelect(String value) {
setProperty('user-select', value, '');
}
userZoom read / write#
getter:
Gets the value of "user-zoom"
setter:
Sets the value of "user-zoom"
Implementation
String get userZoom => getPropertyValue('user-zoom');
set userZoom(String value) {
setProperty('user-zoom', value, '');
}
verticalAlign read / write#
getter:
Gets the value of "vertical-align"
setter:
Sets the value of "vertical-align"
Implementation
String get verticalAlign => getPropertyValue('vertical-align');
set verticalAlign(String value) {
setProperty('vertical-align', value, '');
}
visibility read / write#
getter:
Gets the value of "visibility"
setter:
Sets the value of "visibility"
Implementation
String get visibility => getPropertyValue('visibility');
set visibility(String value) {
setProperty('visibility', value, '');
}
whiteSpace read / write#
getter:
Gets the value of "white-space"
setter:
Sets the value of "white-space"
Implementation
String get whiteSpace => getPropertyValue('white-space');
set whiteSpace(String value) {
setProperty('white-space', value, '');
}
widows read / write#
getter:
Gets the value of "widows"
setter:
Sets the value of "widows"
Implementation
String get widows => getPropertyValue('widows');
set widows(String value) {
setProperty('widows', value, '');
}
width read / write#
getter:
Gets the value of "width"
setter:
Sets the value of "width"
Implementation
String get width => getPropertyValue('width');
set width(String value) {
setProperty('width', value, '');
}
willChange read / write#
getter:
Gets the value of "will-change"
setter:
Sets the value of "will-change"
Implementation
String get willChange => getPropertyValue('will-change');
set willChange(String value) {
setProperty('will-change', value, '');
}
wordBreak read / write#
getter:
Gets the value of "word-break"
setter:
Sets the value of "word-break"
Implementation
String get wordBreak => getPropertyValue('word-break');
set wordBreak(String value) {
setProperty('word-break', value, '');
}
wordSpacing read / write#
getter:
Gets the value of "word-spacing"
setter:
Sets the value of "word-spacing"
Implementation
String get wordSpacing => getPropertyValue('word-spacing');
set wordSpacing(String value) {
setProperty('word-spacing', value, '');
}
wordWrap read / write#
getter:
Gets the value of "word-wrap"
setter:
Sets the value of "word-wrap"
Implementation
String get wordWrap => getPropertyValue('word-wrap');
set wordWrap(String value) {
setProperty('word-wrap', value, '');
}
wrapFlow read / write#
getter:
Gets the value of "wrap-flow"
setter:
Sets the value of "wrap-flow"
Implementation
String get wrapFlow => getPropertyValue('wrap-flow');
set wrapFlow(String value) {
setProperty('wrap-flow', value, '');
}
wrapThrough read / write#
getter:
Gets the value of "wrap-through"
setter:
Sets the value of "wrap-through"
Implementation
String get wrapThrough => getPropertyValue('wrap-through');
set wrapThrough(String value) {
setProperty('wrap-through', value, '');
}
writingMode read / write#
getter:
Gets the value of "writing-mode"
setter:
Sets the value of "writing-mode"
Implementation
String get writingMode => getPropertyValue('writing-mode');
set writingMode(String value) {
setProperty('writing-mode', value, '');
}
zIndex read / write#
getter:
Gets the value of "z-index"
setter:
Sets the value of "z-index"
Implementation
String get zIndex => getPropertyValue('z-index');
set zIndex(String value) {
setProperty('z-index', value, '');
}
zoom read / write#
getter:
Gets the value of "zoom"
setter:
Sets the value of "zoom"
Implementation
String get zoom => getPropertyValue('zoom');
set zoom(String value) {
setProperty('zoom', value, '');
}
Methods#
getPropertyValue()#
Implementation
String getPropertyValue(String propertyName);
noSuchMethod() inherited#
Invoked when a nonexistent method or property is accessed.
A dynamic member invocation can attempt to call a member which doesn't exist on the receiving object. Example:
dynamic object = 1;
object.add(42); // Statically allowed, run-time error
This invalid code will invoke the noSuchMethod method
of the integer 1 with an Invocation
representing the
.add(42) call and arguments (which then throws).
Classes can override noSuchMethod to provide custom behavior for such invalid dynamic invocations.
A class with a non-default noSuchMethod invocation can also omit implementations for members of its interface. Example:
class MockList<T> implements List<T> {
noSuchMethod(Invocation invocation) {
log(invocation);
super.noSuchMethod(invocation); // Will throw.
}
}
void main() {
MockList().add(42);
}
This code has no compile-time warnings or errors even though
the MockList class has no concrete implementation of
any of the List interface methods.
Calls to List methods are forwarded to noSuchMethod,
so this code will log an invocation similar to
Invocation.method(#add, [42])
and then throw.
If a value is returned from noSuchMethod,
it becomes the result of the original invocation.
If the value is not of a type that can be returned by the original
invocation, a type error occurs at the invocation.
The default behavior is to throw a NoSuchMethodError.
Inherited from Object.
Implementation
@pragma("vm:entry-point")
@pragma("wasm:entry-point")
external dynamic noSuchMethod(Invocation invocation);
setProperty()#
Implementation
void setProperty(String propertyName, String? value, [String? priority]);
toString() inherited#
A string representation of this object.
Some classes have a default textual representation,
often paired with a static parse function (like int.parse).
These classes will provide the textual representation as
their string representation.
Other classes have no meaningful textual representation
that a program will care about.
Such classes will typically override toString to provide
useful information when inspecting the object,
mainly for debugging or logging.
Inherited from Object.
Implementation
external String toString();
Operators#
operator ==() inherited#
The equality operator.
The default behavior for all Objects is to return true if and
only if this object and other are the same object.
Override this method to specify a different equality relation on a class. The overriding method must still be an equivalence relation. That is, it must be:
Total: It must return a boolean for all arguments. It should never throw.
Reflexive: For all objects
o,o == omust be true.-
Symmetric: For all objects
o1ando2,o1 == o2ando2 == o1must either both be true, or both be false. -
Transitive: For all objects
o1,o2, ando3, ifo1 == o2ando2 == o3are true, theno1 == o3must be true.
The method should also be consistent over time, so whether two objects are equal should only change if at least one of the objects was modified.
If a subclass overrides the equality operator, it should override the hashCode method as well to maintain consistency.
Inherited from Object.
Implementation
external bool operator ==(Object other);