Appearance
CssStyleDeclarationBase abstract mixin ​
abstract mixin class CssStyleDeclarationBaseImplementers
Constructors ​
CssStyleDeclarationBase() ​
CssStyleDeclarationBase()Properties ​
alignContent read / write ​
String get alignContentgetter:
Gets the value of "align-content"
setter:
Sets the value of "align-content"
Implementation
dart
String get alignContent => getPropertyValue('align-content');
set alignContent(String value) {
setProperty('align-content', value, '');
}alignItems read / write ​
String get alignItemsgetter:
Gets the value of "align-items"
setter:
Sets the value of "align-items"
Implementation
dart
String get alignItems => getPropertyValue('align-items');
set alignItems(String value) {
setProperty('align-items', value, '');
}alignSelf read / write ​
String get alignSelfgetter:
Gets the value of "align-self"
setter:
Sets the value of "align-self"
Implementation
dart
String get alignSelf => getPropertyValue('align-self');
set alignSelf(String value) {
setProperty('align-self', value, '');
}animation read / write ​
String get animationgetter:
Gets the value of "animation"
setter:
Sets the value of "animation"
Implementation
dart
String get animation => getPropertyValue('animation');
set animation(String value) {
setProperty('animation', value, '');
}animationDelay read / write ​
String get animationDelaygetter:
Gets the value of "animation-delay"
setter:
Sets the value of "animation-delay"
Implementation
dart
String get animationDelay => getPropertyValue('animation-delay');
set animationDelay(String value) {
setProperty('animation-delay', value, '');
}animationDirection read / write ​
String get animationDirectiongetter:
Gets the value of "animation-direction"
setter:
Sets the value of "animation-direction"
Implementation
dart
String get animationDirection => getPropertyValue('animation-direction');
set animationDirection(String value) {
setProperty('animation-direction', value, '');
}animationDuration read / write ​
String get animationDurationgetter:
Gets the value of "animation-duration"
setter:
Sets the value of "animation-duration"
Implementation
dart
String get animationDuration => getPropertyValue('animation-duration');
set animationDuration(String value) {
setProperty('animation-duration', value, '');
}animationFillMode read / write ​
String get animationFillModegetter:
Gets the value of "animation-fill-mode"
setter:
Sets the value of "animation-fill-mode"
Implementation
dart
String get animationFillMode => getPropertyValue('animation-fill-mode');
set animationFillMode(String value) {
setProperty('animation-fill-mode', value, '');
}animationIterationCount read / write ​
String get animationIterationCountgetter:
Gets the value of "animation-iteration-count"
setter:
Sets the value of "animation-iteration-count"
Implementation
dart
String get animationIterationCount =>
getPropertyValue('animation-iteration-count');
set animationIterationCount(String value) {
setProperty('animation-iteration-count', value, '');
}animationName read / write ​
String get animationNamegetter:
Gets the value of "animation-name"
setter:
Sets the value of "animation-name"
Implementation
dart
String get animationName => getPropertyValue('animation-name');
set animationName(String value) {
setProperty('animation-name', value, '');
}animationPlayState read / write ​
String get animationPlayStategetter:
Gets the value of "animation-play-state"
setter:
Sets the value of "animation-play-state"
Implementation
dart
String get animationPlayState => getPropertyValue('animation-play-state');
set animationPlayState(String value) {
setProperty('animation-play-state', value, '');
}animationTimingFunction read / write ​
String get animationTimingFunctiongetter:
Gets the value of "animation-timing-function"
setter:
Sets the value of "animation-timing-function"
Implementation
dart
String get animationTimingFunction =>
getPropertyValue('animation-timing-function');
set animationTimingFunction(String value) {
setProperty('animation-timing-function', value, '');
}appearance read / write ​
String get appearancegetter:
Gets the value of "appearance"
setter:
Sets the value of "appearance"
Implementation
dart
String get appearance => getPropertyValue('appearance');
set appearance(String value) {
setProperty('appearance', value, '');
}appRegion read / write ​
String get appRegiongetter:
Gets the value of "app-region"
setter:
Sets the value of "app-region"
Implementation
dart
String get appRegion => getPropertyValue('app-region');
set appRegion(String value) {
setProperty('app-region', value, '');
}aspectRatio read / write ​
String get aspectRatiogetter:
Gets the value of "aspect-ratio"
setter:
Sets the value of "aspect-ratio"
Implementation
dart
String get aspectRatio => getPropertyValue('aspect-ratio');
set aspectRatio(String value) {
setProperty('aspect-ratio', value, '');
}backfaceVisibility read / write ​
String get backfaceVisibilitygetter:
Gets the value of "backface-visibility"
setter:
Sets the value of "backface-visibility"
Implementation
dart
String get backfaceVisibility => getPropertyValue('backface-visibility');
set backfaceVisibility(String value) {
setProperty('backface-visibility', value, '');
}background read / write ​
String get backgroundgetter:
Gets the value of "background"
setter:
Sets the value of "background"
Implementation
dart
String get background => getPropertyValue('background');
set background(String value) {
setProperty('background', value, '');
}backgroundAttachment read / write ​
String get backgroundAttachmentgetter:
Gets the value of "background-attachment"
setter:
Sets the value of "background-attachment"
Implementation
dart
String get backgroundAttachment => getPropertyValue('background-attachment');
set backgroundAttachment(String value) {
setProperty('background-attachment', value, '');
}backgroundBlendMode read / write ​
String get backgroundBlendModegetter:
Gets the value of "background-blend-mode"
setter:
Sets the value of "background-blend-mode"
Implementation
dart
String get backgroundBlendMode => getPropertyValue('background-blend-mode');
set backgroundBlendMode(String value) {
setProperty('background-blend-mode', value, '');
}backgroundClip read / write ​
String get backgroundClipgetter:
Gets the value of "background-clip"
setter:
Sets the value of "background-clip"
Implementation
dart
String get backgroundClip => getPropertyValue('background-clip');
set backgroundClip(String value) {
setProperty('background-clip', value, '');
}backgroundColor read / write ​
String get backgroundColorgetter:
Gets the value of "background-color"
setter:
Sets the value of "background-color"
Implementation
dart
String get backgroundColor => getPropertyValue('background-color');
set backgroundColor(String value) {
setProperty('background-color', value, '');
}backgroundComposite read / write ​
String get backgroundCompositegetter:
Gets the value of "background-composite"
setter:
Sets the value of "background-composite"
Implementation
dart
String get backgroundComposite => getPropertyValue('background-composite');
set backgroundComposite(String value) {
setProperty('background-composite', value, '');
}backgroundImage read / write ​
String get backgroundImagegetter:
Gets the value of "background-image"
setter:
Sets the value of "background-image"
Implementation
dart
String get backgroundImage => getPropertyValue('background-image');
set backgroundImage(String value) {
setProperty('background-image', value, '');
}backgroundOrigin read / write ​
String get backgroundOrigingetter:
Gets the value of "background-origin"
setter:
Sets the value of "background-origin"
Implementation
dart
String get backgroundOrigin => getPropertyValue('background-origin');
set backgroundOrigin(String value) {
setProperty('background-origin', value, '');
}backgroundPosition read / write ​
String get backgroundPositiongetter:
Gets the value of "background-position"
setter:
Sets the value of "background-position"
Implementation
dart
String get backgroundPosition => getPropertyValue('background-position');
set backgroundPosition(String value) {
setProperty('background-position', value, '');
}backgroundPositionX read / write ​
String get backgroundPositionXgetter:
Gets the value of "background-position-x"
setter:
Sets the value of "background-position-x"
Implementation
dart
String get backgroundPositionX => getPropertyValue('background-position-x');
set backgroundPositionX(String value) {
setProperty('background-position-x', value, '');
}backgroundPositionY read / write ​
String get backgroundPositionYgetter:
Gets the value of "background-position-y"
setter:
Sets the value of "background-position-y"
Implementation
dart
String get backgroundPositionY => getPropertyValue('background-position-y');
set backgroundPositionY(String value) {
setProperty('background-position-y', value, '');
}backgroundRepeat read / write ​
String get backgroundRepeatgetter:
Gets the value of "background-repeat"
setter:
Sets the value of "background-repeat"
Implementation
dart
String get backgroundRepeat => getPropertyValue('background-repeat');
set backgroundRepeat(String value) {
setProperty('background-repeat', value, '');
}backgroundRepeatX read / write ​
String get backgroundRepeatXgetter:
Gets the value of "background-repeat-x"
setter:
Sets the value of "background-repeat-x"
Implementation
dart
String get backgroundRepeatX => getPropertyValue('background-repeat-x');
set backgroundRepeatX(String value) {
setProperty('background-repeat-x', value, '');
}backgroundRepeatY read / write ​
String get backgroundRepeatYgetter:
Gets the value of "background-repeat-y"
setter:
Sets the value of "background-repeat-y"
Implementation
dart
String get backgroundRepeatY => getPropertyValue('background-repeat-y');
set backgroundRepeatY(String value) {
setProperty('background-repeat-y', value, '');
}backgroundSize read / write ​
String get backgroundSizegetter:
Gets the value of "background-size"
setter:
Sets the value of "background-size"
Implementation
dart
String get backgroundSize => getPropertyValue('background-size');
set backgroundSize(String value) {
setProperty('background-size', value, '');
}border read / write ​
String get bordergetter:
Gets the value of "border"
setter:
Sets the value of "border"
Implementation
dart
String get border => getPropertyValue('border');
set border(String value) {
setProperty('border', value, '');
}borderAfter read / write ​
String get borderAftergetter:
Gets the value of "border-after"
setter:
Sets the value of "border-after"
Implementation
dart
String get borderAfter => getPropertyValue('border-after');
set borderAfter(String value) {
setProperty('border-after', value, '');
}borderAfterColor read / write ​
String get borderAfterColorgetter:
Gets the value of "border-after-color"
setter:
Sets the value of "border-after-color"
Implementation
dart
String get borderAfterColor => getPropertyValue('border-after-color');
set borderAfterColor(String value) {
setProperty('border-after-color', value, '');
}borderAfterStyle read / write ​
String get borderAfterStylegetter:
Gets the value of "border-after-style"
setter:
Sets the value of "border-after-style"
Implementation
dart
String get borderAfterStyle => getPropertyValue('border-after-style');
set borderAfterStyle(String value) {
setProperty('border-after-style', value, '');
}borderAfterWidth read / write ​
String get borderAfterWidthgetter:
Gets the value of "border-after-width"
setter:
Sets the value of "border-after-width"
Implementation
dart
String get borderAfterWidth => getPropertyValue('border-after-width');
set borderAfterWidth(String value) {
setProperty('border-after-width', value, '');
}borderBefore read / write ​
String get borderBeforegetter:
Gets the value of "border-before"
setter:
Sets the value of "border-before"
Implementation
dart
String get borderBefore => getPropertyValue('border-before');
set borderBefore(String value) {
setProperty('border-before', value, '');
}borderBeforeColor read / write ​
String get borderBeforeColorgetter:
Gets the value of "border-before-color"
setter:
Sets the value of "border-before-color"
Implementation
dart
String get borderBeforeColor => getPropertyValue('border-before-color');
set borderBeforeColor(String value) {
setProperty('border-before-color', value, '');
}borderBeforeStyle read / write ​
String get borderBeforeStylegetter:
Gets the value of "border-before-style"
setter:
Sets the value of "border-before-style"
Implementation
dart
String get borderBeforeStyle => getPropertyValue('border-before-style');
set borderBeforeStyle(String value) {
setProperty('border-before-style', value, '');
}borderBeforeWidth read / write ​
String get borderBeforeWidthgetter:
Gets the value of "border-before-width"
setter:
Sets the value of "border-before-width"
Implementation
dart
String get borderBeforeWidth => getPropertyValue('border-before-width');
set borderBeforeWidth(String value) {
setProperty('border-before-width', value, '');
}borderBottom read / write ​
String get borderBottomgetter:
Gets the value of "border-bottom"
setter:
Sets the value of "border-bottom"
Implementation
dart
String get borderBottom => getPropertyValue('border-bottom');
set borderBottom(String value) {
setProperty('border-bottom', value, '');
}borderBottomColor read / write ​
String get borderBottomColorgetter:
Gets the value of "border-bottom-color"
setter:
Sets the value of "border-bottom-color"
Implementation
dart
String get borderBottomColor => getPropertyValue('border-bottom-color');
set borderBottomColor(String value) {
setProperty('border-bottom-color', value, '');
}borderBottomLeftRadius read / write ​
String get borderBottomLeftRadiusgetter:
Gets the value of "border-bottom-left-radius"
setter:
Sets the value of "border-bottom-left-radius"
Implementation
dart
String get borderBottomLeftRadius =>
getPropertyValue('border-bottom-left-radius');
set borderBottomLeftRadius(String value) {
setProperty('border-bottom-left-radius', value, '');
}borderBottomRightRadius read / write ​
String get borderBottomRightRadiusgetter:
Gets the value of "border-bottom-right-radius"
setter:
Sets the value of "border-bottom-right-radius"
Implementation
dart
String get borderBottomRightRadius =>
getPropertyValue('border-bottom-right-radius');
set borderBottomRightRadius(String value) {
setProperty('border-bottom-right-radius', value, '');
}borderBottomStyle read / write ​
String get borderBottomStylegetter:
Gets the value of "border-bottom-style"
setter:
Sets the value of "border-bottom-style"
Implementation
dart
String get borderBottomStyle => getPropertyValue('border-bottom-style');
set borderBottomStyle(String value) {
setProperty('border-bottom-style', value, '');
}borderBottomWidth read / write ​
String get borderBottomWidthgetter:
Gets the value of "border-bottom-width"
setter:
Sets the value of "border-bottom-width"
Implementation
dart
String get borderBottomWidth => getPropertyValue('border-bottom-width');
set borderBottomWidth(String value) {
setProperty('border-bottom-width', value, '');
}borderCollapse read / write ​
String get borderCollapsegetter:
Gets the value of "border-collapse"
setter:
Sets the value of "border-collapse"
Implementation
dart
String get borderCollapse => getPropertyValue('border-collapse');
set borderCollapse(String value) {
setProperty('border-collapse', value, '');
}borderColor read / write ​
String get borderColorgetter:
Gets the value of "border-color"
setter:
Sets the value of "border-color"
Implementation
dart
String get borderColor => getPropertyValue('border-color');
set borderColor(String value) {
setProperty('border-color', value, '');
}borderEnd read / write ​
String get borderEndgetter:
Gets the value of "border-end"
setter:
Sets the value of "border-end"
Implementation
dart
String get borderEnd => getPropertyValue('border-end');
set borderEnd(String value) {
setProperty('border-end', value, '');
}borderEndColor read / write ​
String get borderEndColorgetter:
Gets the value of "border-end-color"
setter:
Sets the value of "border-end-color"
Implementation
dart
String get borderEndColor => getPropertyValue('border-end-color');
set borderEndColor(String value) {
setProperty('border-end-color', value, '');
}borderEndStyle read / write ​
String get borderEndStylegetter:
Gets the value of "border-end-style"
setter:
Sets the value of "border-end-style"
Implementation
dart
String get borderEndStyle => getPropertyValue('border-end-style');
set borderEndStyle(String value) {
setProperty('border-end-style', value, '');
}borderEndWidth read / write ​
String get borderEndWidthgetter:
Gets the value of "border-end-width"
setter:
Sets the value of "border-end-width"
Implementation
dart
String get borderEndWidth => getPropertyValue('border-end-width');
set borderEndWidth(String value) {
setProperty('border-end-width', value, '');
}borderFit read / write ​
String get borderFitgetter:
Gets the value of "border-fit"
setter:
Sets the value of "border-fit"
Implementation
dart
String get borderFit => getPropertyValue('border-fit');
set borderFit(String value) {
setProperty('border-fit', value, '');
}borderHorizontalSpacing read / write ​
String get borderHorizontalSpacinggetter:
Gets the value of "border-horizontal-spacing"
setter:
Sets the value of "border-horizontal-spacing"
Implementation
dart
String get borderHorizontalSpacing =>
getPropertyValue('border-horizontal-spacing');
set borderHorizontalSpacing(String value) {
setProperty('border-horizontal-spacing', value, '');
}borderImage read / write ​
String get borderImagegetter:
Gets the value of "border-image"
setter:
Sets the value of "border-image"
Implementation
dart
String get borderImage => getPropertyValue('border-image');
set borderImage(String value) {
setProperty('border-image', value, '');
}borderImageOutset read / write ​
String get borderImageOutsetgetter:
Gets the value of "border-image-outset"
setter:
Sets the value of "border-image-outset"
Implementation
dart
String get borderImageOutset => getPropertyValue('border-image-outset');
set borderImageOutset(String value) {
setProperty('border-image-outset', value, '');
}borderImageRepeat read / write ​
String get borderImageRepeatgetter:
Gets the value of "border-image-repeat"
setter:
Sets the value of "border-image-repeat"
Implementation
dart
String get borderImageRepeat => getPropertyValue('border-image-repeat');
set borderImageRepeat(String value) {
setProperty('border-image-repeat', value, '');
}borderImageSlice read / write ​
String get borderImageSlicegetter:
Gets the value of "border-image-slice"
setter:
Sets the value of "border-image-slice"
Implementation
dart
String get borderImageSlice => getPropertyValue('border-image-slice');
set borderImageSlice(String value) {
setProperty('border-image-slice', value, '');
}borderImageSource read / write ​
String get borderImageSourcegetter:
Gets the value of "border-image-source"
setter:
Sets the value of "border-image-source"
Implementation
dart
String get borderImageSource => getPropertyValue('border-image-source');
set borderImageSource(String value) {
setProperty('border-image-source', value, '');
}borderImageWidth read / write ​
String get borderImageWidthgetter:
Gets the value of "border-image-width"
setter:
Sets the value of "border-image-width"
Implementation
dart
String get borderImageWidth => getPropertyValue('border-image-width');
set borderImageWidth(String value) {
setProperty('border-image-width', value, '');
}borderLeft read / write ​
String get borderLeftgetter:
Gets the value of "border-left"
setter:
Sets the value of "border-left"
Implementation
dart
String get borderLeft => getPropertyValue('border-left');
set borderLeft(String value) {
setProperty('border-left', value, '');
}borderLeftColor read / write ​
String get borderLeftColorgetter:
Gets the value of "border-left-color"
setter:
Sets the value of "border-left-color"
Implementation
dart
String get borderLeftColor => getPropertyValue('border-left-color');
set borderLeftColor(String value) {
setProperty('border-left-color', value, '');
}borderLeftStyle read / write ​
String get borderLeftStylegetter:
Gets the value of "border-left-style"
setter:
Sets the value of "border-left-style"
Implementation
dart
String get borderLeftStyle => getPropertyValue('border-left-style');
set borderLeftStyle(String value) {
setProperty('border-left-style', value, '');
}borderLeftWidth read / write ​
String get borderLeftWidthgetter:
Gets the value of "border-left-width"
setter:
Sets the value of "border-left-width"
Implementation
dart
String get borderLeftWidth => getPropertyValue('border-left-width');
set borderLeftWidth(String value) {
setProperty('border-left-width', value, '');
}borderRadius read / write ​
String get borderRadiusgetter:
Gets the value of "border-radius"
setter:
Sets the value of "border-radius"
Implementation
dart
String get borderRadius => getPropertyValue('border-radius');
set borderRadius(String value) {
setProperty('border-radius', value, '');
}borderRight read / write ​
String get borderRightgetter:
Gets the value of "border-right"
setter:
Sets the value of "border-right"
Implementation
dart
String get borderRight => getPropertyValue('border-right');
set borderRight(String value) {
setProperty('border-right', value, '');
}borderRightColor read / write ​
String get borderRightColorgetter:
Gets the value of "border-right-color"
setter:
Sets the value of "border-right-color"
Implementation
dart
String get borderRightColor => getPropertyValue('border-right-color');
set borderRightColor(String value) {
setProperty('border-right-color', value, '');
}borderRightStyle read / write ​
String get borderRightStylegetter:
Gets the value of "border-right-style"
setter:
Sets the value of "border-right-style"
Implementation
dart
String get borderRightStyle => getPropertyValue('border-right-style');
set borderRightStyle(String value) {
setProperty('border-right-style', value, '');
}borderRightWidth read / write ​
String get borderRightWidthgetter:
Gets the value of "border-right-width"
setter:
Sets the value of "border-right-width"
Implementation
dart
String get borderRightWidth => getPropertyValue('border-right-width');
set borderRightWidth(String value) {
setProperty('border-right-width', value, '');
}borderSpacing read / write ​
String get borderSpacinggetter:
Gets the value of "border-spacing"
setter:
Sets the value of "border-spacing"
Implementation
dart
String get borderSpacing => getPropertyValue('border-spacing');
set borderSpacing(String value) {
setProperty('border-spacing', value, '');
}borderStart read / write ​
String get borderStartgetter:
Gets the value of "border-start"
setter:
Sets the value of "border-start"
Implementation
dart
String get borderStart => getPropertyValue('border-start');
set borderStart(String value) {
setProperty('border-start', value, '');
}borderStartColor read / write ​
String get borderStartColorgetter:
Gets the value of "border-start-color"
setter:
Sets the value of "border-start-color"
Implementation
dart
String get borderStartColor => getPropertyValue('border-start-color');
set borderStartColor(String value) {
setProperty('border-start-color', value, '');
}borderStartStyle read / write ​
String get borderStartStylegetter:
Gets the value of "border-start-style"
setter:
Sets the value of "border-start-style"
Implementation
dart
String get borderStartStyle => getPropertyValue('border-start-style');
set borderStartStyle(String value) {
setProperty('border-start-style', value, '');
}borderStartWidth read / write ​
String get borderStartWidthgetter:
Gets the value of "border-start-width"
setter:
Sets the value of "border-start-width"
Implementation
dart
String get borderStartWidth => getPropertyValue('border-start-width');
set borderStartWidth(String value) {
setProperty('border-start-width', value, '');
}borderStyle read / write ​
String get borderStylegetter:
Gets the value of "border-style"
setter:
Sets the value of "border-style"
Implementation
dart
String get borderStyle => getPropertyValue('border-style');
set borderStyle(String value) {
setProperty('border-style', value, '');
}borderTop read / write ​
String get borderTopgetter:
Gets the value of "border-top"
setter:
Sets the value of "border-top"
Implementation
dart
String get borderTop => getPropertyValue('border-top');
set borderTop(String value) {
setProperty('border-top', value, '');
}borderTopColor read / write ​
String get borderTopColorgetter:
Gets the value of "border-top-color"
setter:
Sets the value of "border-top-color"
Implementation
dart
String get borderTopColor => getPropertyValue('border-top-color');
set borderTopColor(String value) {
setProperty('border-top-color', value, '');
}borderTopLeftRadius read / write ​
String get borderTopLeftRadiusgetter:
Gets the value of "border-top-left-radius"
setter:
Sets the value of "border-top-left-radius"
Implementation
dart
String get borderTopLeftRadius => getPropertyValue('border-top-left-radius');
set borderTopLeftRadius(String value) {
setProperty('border-top-left-radius', value, '');
}borderTopRightRadius read / write ​
String get borderTopRightRadiusgetter:
Gets the value of "border-top-right-radius"
setter:
Sets the value of "border-top-right-radius"
Implementation
dart
String get borderTopRightRadius =>
getPropertyValue('border-top-right-radius');
set borderTopRightRadius(String value) {
setProperty('border-top-right-radius', value, '');
}borderTopStyle read / write ​
String get borderTopStylegetter:
Gets the value of "border-top-style"
setter:
Sets the value of "border-top-style"
Implementation
dart
String get borderTopStyle => getPropertyValue('border-top-style');
set borderTopStyle(String value) {
setProperty('border-top-style', value, '');
}borderTopWidth read / write ​
String get borderTopWidthgetter:
Gets the value of "border-top-width"
setter:
Sets the value of "border-top-width"
Implementation
dart
String get borderTopWidth => getPropertyValue('border-top-width');
set borderTopWidth(String value) {
setProperty('border-top-width', value, '');
}borderVerticalSpacing read / write ​
String get borderVerticalSpacinggetter:
Gets the value of "border-vertical-spacing"
setter:
Sets the value of "border-vertical-spacing"
Implementation
dart
String get borderVerticalSpacing =>
getPropertyValue('border-vertical-spacing');
set borderVerticalSpacing(String value) {
setProperty('border-vertical-spacing', value, '');
}borderWidth read / write ​
String get borderWidthgetter:
Gets the value of "border-width"
setter:
Sets the value of "border-width"
Implementation
dart
String get borderWidth => getPropertyValue('border-width');
set borderWidth(String value) {
setProperty('border-width', value, '');
}bottom read / write ​
String get bottomgetter:
Gets the value of "bottom"
setter:
Sets the value of "bottom"
Implementation
dart
String get bottom => getPropertyValue('bottom');
set bottom(String value) {
setProperty('bottom', value, '');
}boxAlign read / write ​
String get boxAligngetter:
Gets the value of "box-align"
setter:
Sets the value of "box-align"
Implementation
dart
String get boxAlign => getPropertyValue('box-align');
set boxAlign(String value) {
setProperty('box-align', value, '');
}boxDecorationBreak read / write ​
String get boxDecorationBreakgetter:
Gets the value of "box-decoration-break"
setter:
Sets the value of "box-decoration-break"
Implementation
dart
String get boxDecorationBreak => getPropertyValue('box-decoration-break');
set boxDecorationBreak(String value) {
setProperty('box-decoration-break', value, '');
}boxDirection read / write ​
String get boxDirectiongetter:
Gets the value of "box-direction"
setter:
Sets the value of "box-direction"
Implementation
dart
String get boxDirection => getPropertyValue('box-direction');
set boxDirection(String value) {
setProperty('box-direction', value, '');
}boxFlex read / write ​
String get boxFlexgetter:
Gets the value of "box-flex"
setter:
Sets the value of "box-flex"
Implementation
dart
String get boxFlex => getPropertyValue('box-flex');
set boxFlex(String value) {
setProperty('box-flex', value, '');
}boxFlexGroup read / write ​
String get boxFlexGroupgetter:
Gets the value of "box-flex-group"
setter:
Sets the value of "box-flex-group"
Implementation
dart
String get boxFlexGroup => getPropertyValue('box-flex-group');
set boxFlexGroup(String value) {
setProperty('box-flex-group', value, '');
}boxLines read / write ​
String get boxLinesgetter:
Gets the value of "box-lines"
setter:
Sets the value of "box-lines"
Implementation
dart
String get boxLines => getPropertyValue('box-lines');
set boxLines(String value) {
setProperty('box-lines', value, '');
}boxOrdinalGroup read / write ​
String get boxOrdinalGroupgetter:
Gets the value of "box-ordinal-group"
setter:
Sets the value of "box-ordinal-group"
Implementation
dart
String get boxOrdinalGroup => getPropertyValue('box-ordinal-group');
set boxOrdinalGroup(String value) {
setProperty('box-ordinal-group', value, '');
}boxOrient read / write ​
String get boxOrientgetter:
Gets the value of "box-orient"
setter:
Sets the value of "box-orient"
Implementation
dart
String get boxOrient => getPropertyValue('box-orient');
set boxOrient(String value) {
setProperty('box-orient', value, '');
}boxPack read / write ​
String get boxPackgetter:
Gets the value of "box-pack"
setter:
Sets the value of "box-pack"
Implementation
dart
String get boxPack => getPropertyValue('box-pack');
set boxPack(String value) {
setProperty('box-pack', value, '');
}boxReflect read / write ​
String get boxReflectgetter:
Gets the value of "box-reflect"
setter:
Sets the value of "box-reflect"
Implementation
dart
String get boxReflect => getPropertyValue('box-reflect');
set boxReflect(String value) {
setProperty('box-reflect', value, '');
}boxShadow read / write ​
String get boxShadowgetter:
Gets the value of "box-shadow"
setter:
Sets the value of "box-shadow"
Implementation
dart
String get boxShadow => getPropertyValue('box-shadow');
set boxShadow(String value) {
setProperty('box-shadow', value, '');
}boxSizing read / write ​
String get boxSizinggetter:
Gets the value of "box-sizing"
setter:
Sets the value of "box-sizing"
Implementation
dart
String get boxSizing => getPropertyValue('box-sizing');
set boxSizing(String value) {
setProperty('box-sizing', value, '');
}captionSide read / write ​
String get captionSidegetter:
Gets the value of "caption-side"
setter:
Sets the value of "caption-side"
Implementation
dart
String get captionSide => getPropertyValue('caption-side');
set captionSide(String value) {
setProperty('caption-side', value, '');
}clear read / write ​
String get cleargetter:
Gets the value of "clear"
setter:
Sets the value of "clear"
Implementation
dart
String get clear => getPropertyValue('clear');
set clear(String value) {
setProperty('clear', value, '');
}clip read / write ​
String get clipgetter:
Gets the value of "clip"
setter:
Sets the value of "clip"
Implementation
dart
String get clip => getPropertyValue('clip');
set clip(String value) {
setProperty('clip', value, '');
}clipPath read / write ​
String get clipPathgetter:
Gets the value of "clip-path"
setter:
Sets the value of "clip-path"
Implementation
dart
String get clipPath => getPropertyValue('clip-path');
set clipPath(String value) {
setProperty('clip-path', value, '');
}color read / write ​
String get colorgetter:
Gets the value of "color"
setter:
Sets the value of "color"
Implementation
dart
String get color => getPropertyValue('color');
set color(String value) {
setProperty('color', value, '');
}columnBreakAfter read / write ​
String get columnBreakAftergetter:
Gets the value of "column-break-after"
setter:
Sets the value of "column-break-after"
Implementation
dart
String get columnBreakAfter => getPropertyValue('column-break-after');
set columnBreakAfter(String value) {
setProperty('column-break-after', value, '');
}columnBreakBefore read / write ​
String get columnBreakBeforegetter:
Gets the value of "column-break-before"
setter:
Sets the value of "column-break-before"
Implementation
dart
String get columnBreakBefore => getPropertyValue('column-break-before');
set columnBreakBefore(String value) {
setProperty('column-break-before', value, '');
}columnBreakInside read / write ​
String get columnBreakInsidegetter:
Gets the value of "column-break-inside"
setter:
Sets the value of "column-break-inside"
Implementation
dart
String get columnBreakInside => getPropertyValue('column-break-inside');
set columnBreakInside(String value) {
setProperty('column-break-inside', value, '');
}columnCount read / write ​
String get columnCountgetter:
Gets the value of "column-count"
setter:
Sets the value of "column-count"
Implementation
dart
String get columnCount => getPropertyValue('column-count');
set columnCount(String value) {
setProperty('column-count', value, '');
}columnFill read / write ​
String get columnFillgetter:
Gets the value of "column-fill"
setter:
Sets the value of "column-fill"
Implementation
dart
String get columnFill => getPropertyValue('column-fill');
set columnFill(String value) {
setProperty('column-fill', value, '');
}columnGap read / write ​
String get columnGapgetter:
Gets the value of "column-gap"
setter:
Sets the value of "column-gap"
Implementation
dart
String get columnGap => getPropertyValue('column-gap');
set columnGap(String value) {
setProperty('column-gap', value, '');
}columnRule read / write ​
String get columnRulegetter:
Gets the value of "column-rule"
setter:
Sets the value of "column-rule"
Implementation
dart
String get columnRule => getPropertyValue('column-rule');
set columnRule(String value) {
setProperty('column-rule', value, '');
}columnRuleColor read / write ​
String get columnRuleColorgetter:
Gets the value of "column-rule-color"
setter:
Sets the value of "column-rule-color"
Implementation
dart
String get columnRuleColor => getPropertyValue('column-rule-color');
set columnRuleColor(String value) {
setProperty('column-rule-color', value, '');
}columnRuleStyle read / write ​
String get columnRuleStylegetter:
Gets the value of "column-rule-style"
setter:
Sets the value of "column-rule-style"
Implementation
dart
String get columnRuleStyle => getPropertyValue('column-rule-style');
set columnRuleStyle(String value) {
setProperty('column-rule-style', value, '');
}columnRuleWidth read / write ​
String get columnRuleWidthgetter:
Gets the value of "column-rule-width"
setter:
Sets the value of "column-rule-width"
Implementation
dart
String get columnRuleWidth => getPropertyValue('column-rule-width');
set columnRuleWidth(String value) {
setProperty('column-rule-width', value, '');
}columns read / write ​
String get columnsgetter:
Gets the value of "columns"
setter:
Sets the value of "columns"
Implementation
dart
String get columns => getPropertyValue('columns');
set columns(String value) {
setProperty('columns', value, '');
}columnSpan read / write ​
String get columnSpangetter:
Gets the value of "column-span"
setter:
Sets the value of "column-span"
Implementation
dart
String get columnSpan => getPropertyValue('column-span');
set columnSpan(String value) {
setProperty('column-span', value, '');
}columnWidth read / write ​
String get columnWidthgetter:
Gets the value of "column-width"
setter:
Sets the value of "column-width"
Implementation
dart
String get columnWidth => getPropertyValue('column-width');
set columnWidth(String value) {
setProperty('column-width', value, '');
}content read / write ​
String get contentgetter:
Gets the value of "content"
setter:
Sets the value of "content"
Implementation
dart
String get content => getPropertyValue('content');
set content(String value) {
setProperty('content', value, '');
}counterIncrement read / write ​
String get counterIncrementgetter:
Gets the value of "counter-increment"
setter:
Sets the value of "counter-increment"
Implementation
dart
String get counterIncrement => getPropertyValue('counter-increment');
set counterIncrement(String value) {
setProperty('counter-increment', value, '');
}counterReset read / write ​
String get counterResetgetter:
Gets the value of "counter-reset"
setter:
Sets the value of "counter-reset"
Implementation
dart
String get counterReset => getPropertyValue('counter-reset');
set counterReset(String value) {
setProperty('counter-reset', value, '');
}cursor read / write ​
String get cursorgetter:
Gets the value of "cursor"
setter:
Sets the value of "cursor"
Implementation
dart
String get cursor => getPropertyValue('cursor');
set cursor(String value) {
setProperty('cursor', value, '');
}direction read / write ​
String get directiongetter:
Gets the value of "direction"
setter:
Sets the value of "direction"
Implementation
dart
String get direction => getPropertyValue('direction');
set direction(String value) {
setProperty('direction', value, '');
}display read / write ​
String get displaygetter:
Gets the value of "display"
setter:
Sets the value of "display"
Implementation
dart
String get display => getPropertyValue('display');
set display(String value) {
setProperty('display', value, '');
}emptyCells read / write ​
String get emptyCellsgetter:
Gets the value of "empty-cells"
setter:
Sets the value of "empty-cells"
Implementation
dart
String get emptyCells => getPropertyValue('empty-cells');
set emptyCells(String value) {
setProperty('empty-cells', value, '');
}filter read / write ​
String get filtergetter:
Gets the value of "filter"
setter:
Sets the value of "filter"
Implementation
dart
String get filter => getPropertyValue('filter');
set filter(String value) {
setProperty('filter', value, '');
}flex read / write ​
String get flexgetter:
Gets the value of "flex"
setter:
Sets the value of "flex"
Implementation
dart
String get flex => getPropertyValue('flex');
set flex(String value) {
setProperty('flex', value, '');
}flexBasis read / write ​
String get flexBasisgetter:
Gets the value of "flex-basis"
setter:
Sets the value of "flex-basis"
Implementation
dart
String get flexBasis => getPropertyValue('flex-basis');
set flexBasis(String value) {
setProperty('flex-basis', value, '');
}flexDirection read / write ​
String get flexDirectiongetter:
Gets the value of "flex-direction"
setter:
Sets the value of "flex-direction"
Implementation
dart
String get flexDirection => getPropertyValue('flex-direction');
set flexDirection(String value) {
setProperty('flex-direction', value, '');
}flexFlow read / write ​
String get flexFlowgetter:
Gets the value of "flex-flow"
setter:
Sets the value of "flex-flow"
Implementation
dart
String get flexFlow => getPropertyValue('flex-flow');
set flexFlow(String value) {
setProperty('flex-flow', value, '');
}flexGrow read / write ​
String get flexGrowgetter:
Gets the value of "flex-grow"
setter:
Sets the value of "flex-grow"
Implementation
dart
String get flexGrow => getPropertyValue('flex-grow');
set flexGrow(String value) {
setProperty('flex-grow', value, '');
}flexShrink read / write ​
String get flexShrinkgetter:
Gets the value of "flex-shrink"
setter:
Sets the value of "flex-shrink"
Implementation
dart
String get flexShrink => getPropertyValue('flex-shrink');
set flexShrink(String value) {
setProperty('flex-shrink', value, '');
}flexWrap read / write ​
String get flexWrapgetter:
Gets the value of "flex-wrap"
setter:
Sets the value of "flex-wrap"
Implementation
dart
String get flexWrap => getPropertyValue('flex-wrap');
set flexWrap(String value) {
setProperty('flex-wrap', value, '');
}float read / write ​
String get floatgetter:
Gets the value of "float"
setter:
Sets the value of "float"
Implementation
dart
String get float => getPropertyValue('float');
set float(String value) {
setProperty('float', value, '');
}font read / write ​
String get fontgetter:
Gets the value of "font"
setter:
Sets the value of "font"
Implementation
dart
String get font => getPropertyValue('font');
set font(String value) {
setProperty('font', value, '');
}fontFamily read / write ​
String get fontFamilygetter:
Gets the value of "font-family"
setter:
Sets the value of "font-family"
Implementation
dart
String get fontFamily => getPropertyValue('font-family');
set fontFamily(String value) {
setProperty('font-family', value, '');
}fontFeatureSettings read / write ​
String get fontFeatureSettingsgetter:
Gets the value of "font-feature-settings"
setter:
Sets the value of "font-feature-settings"
Implementation
dart
String get fontFeatureSettings => getPropertyValue('font-feature-settings');
set fontFeatureSettings(String value) {
setProperty('font-feature-settings', value, '');
}fontKerning read / write ​
String get fontKerninggetter:
Gets the value of "font-kerning"
setter:
Sets the value of "font-kerning"
Implementation
dart
String get fontKerning => getPropertyValue('font-kerning');
set fontKerning(String value) {
setProperty('font-kerning', value, '');
}fontSize read / write ​
String get fontSizegetter:
Gets the value of "font-size"
setter:
Sets the value of "font-size"
Implementation
dart
String get fontSize => getPropertyValue('font-size');
set fontSize(String value) {
setProperty('font-size', value, '');
}fontSizeDelta read / write ​
String get fontSizeDeltagetter:
Gets the value of "font-size-delta"
setter:
Sets the value of "font-size-delta"
Implementation
dart
String get fontSizeDelta => getPropertyValue('font-size-delta');
set fontSizeDelta(String value) {
setProperty('font-size-delta', value, '');
}fontSmoothing read / write ​
String get fontSmoothinggetter:
Gets the value of "font-smoothing"
setter:
Sets the value of "font-smoothing"
Implementation
dart
String get fontSmoothing => getPropertyValue('font-smoothing');
set fontSmoothing(String value) {
setProperty('font-smoothing', value, '');
}fontStretch read / write ​
String get fontStretchgetter:
Gets the value of "font-stretch"
setter:
Sets the value of "font-stretch"
Implementation
dart
String get fontStretch => getPropertyValue('font-stretch');
set fontStretch(String value) {
setProperty('font-stretch', value, '');
}fontStyle read / write ​
String get fontStylegetter:
Gets the value of "font-style"
setter:
Sets the value of "font-style"
Implementation
dart
String get fontStyle => getPropertyValue('font-style');
set fontStyle(String value) {
setProperty('font-style', value, '');
}fontVariant read / write ​
String get fontVariantgetter:
Gets the value of "font-variant"
setter:
Sets the value of "font-variant"
Implementation
dart
String get fontVariant => getPropertyValue('font-variant');
set fontVariant(String value) {
setProperty('font-variant', value, '');
}fontVariantLigatures read / write ​
String get fontVariantLigaturesgetter:
Gets the value of "font-variant-ligatures"
setter:
Sets the value of "font-variant-ligatures"
Implementation
dart
String get fontVariantLigatures => getPropertyValue('font-variant-ligatures');
set fontVariantLigatures(String value) {
setProperty('font-variant-ligatures', value, '');
}fontWeight read / write ​
String get fontWeightgetter:
Gets the value of "font-weight"
setter:
Sets the value of "font-weight"
Implementation
dart
String get fontWeight => getPropertyValue('font-weight');
set fontWeight(String value) {
setProperty('font-weight', value, '');
}gap read / write ​
String get gapgetter:
Gets the value of "gap"
setter:
Sets the value of "gap"
Implementation
dart
String get gap => getPropertyValue('gap');
set gap(String value) {
setProperty('gap', value, '');
}grid read / write ​
String get gridgetter:
Gets the value of "grid"
setter:
Sets the value of "grid"
Implementation
dart
String get grid => getPropertyValue('grid');
set grid(String value) {
setProperty('grid', value, '');
}gridArea read / write ​
String get gridAreagetter:
Gets the value of "grid-area"
setter:
Sets the value of "grid-area"
Implementation
dart
String get gridArea => getPropertyValue('grid-area');
set gridArea(String value) {
setProperty('grid-area', value, '');
}gridAutoColumns read / write ​
String get gridAutoColumnsgetter:
Gets the value of "grid-auto-columns"
setter:
Sets the value of "grid-auto-columns"
Implementation
dart
String get gridAutoColumns => getPropertyValue('grid-auto-columns');
set gridAutoColumns(String value) {
setProperty('grid-auto-columns', value, '');
}gridAutoFlow read / write ​
String get gridAutoFlowgetter:
Gets the value of "grid-auto-flow"
setter:
Sets the value of "grid-auto-flow"
Implementation
dart
String get gridAutoFlow => getPropertyValue('grid-auto-flow');
set gridAutoFlow(String value) {
setProperty('grid-auto-flow', value, '');
}gridAutoRows read / write ​
String get gridAutoRowsgetter:
Gets the value of "grid-auto-rows"
setter:
Sets the value of "grid-auto-rows"
Implementation
dart
String get gridAutoRows => getPropertyValue('grid-auto-rows');
set gridAutoRows(String value) {
setProperty('grid-auto-rows', value, '');
}gridColumn read / write ​
String get gridColumngetter:
Gets the value of "grid-column"
setter:
Sets the value of "grid-column"
Implementation
dart
String get gridColumn => getPropertyValue('grid-column');
set gridColumn(String value) {
setProperty('grid-column', value, '');
}gridColumnEnd read / write ​
String get gridColumnEndgetter:
Gets the value of "grid-column-end"
setter:
Sets the value of "grid-column-end"
Implementation
dart
String get gridColumnEnd => getPropertyValue('grid-column-end');
set gridColumnEnd(String value) {
setProperty('grid-column-end', value, '');
}gridColumnStart read / write ​
String get gridColumnStartgetter:
Gets the value of "grid-column-start"
setter:
Sets the value of "grid-column-start"
Implementation
dart
String get gridColumnStart => getPropertyValue('grid-column-start');
set gridColumnStart(String value) {
setProperty('grid-column-start', value, '');
}gridRow read / write ​
String get gridRowgetter:
Gets the value of "grid-row"
setter:
Sets the value of "grid-row"
Implementation
dart
String get gridRow => getPropertyValue('grid-row');
set gridRow(String value) {
setProperty('grid-row', value, '');
}gridRowEnd read / write ​
String get gridRowEndgetter:
Gets the value of "grid-row-end"
setter:
Sets the value of "grid-row-end"
Implementation
dart
String get gridRowEnd => getPropertyValue('grid-row-end');
set gridRowEnd(String value) {
setProperty('grid-row-end', value, '');
}gridRowStart read / write ​
String get gridRowStartgetter:
Gets the value of "grid-row-start"
setter:
Sets the value of "grid-row-start"
Implementation
dart
String get gridRowStart => getPropertyValue('grid-row-start');
set gridRowStart(String value) {
setProperty('grid-row-start', value, '');
}gridTemplate read / write ​
String get gridTemplategetter:
Gets the value of "grid-template"
setter:
Sets the value of "grid-template"
Implementation
dart
String get gridTemplate => getPropertyValue('grid-template');
set gridTemplate(String value) {
setProperty('grid-template', value, '');
}gridTemplateAreas read / write ​
String get gridTemplateAreasgetter:
Gets the value of "grid-template-areas"
setter:
Sets the value of "grid-template-areas"
Implementation
dart
String get gridTemplateAreas => getPropertyValue('grid-template-areas');
set gridTemplateAreas(String value) {
setProperty('grid-template-areas', value, '');
}gridTemplateColumns read / write ​
String get gridTemplateColumnsgetter:
Gets the value of "grid-template-columns"
setter:
Sets the value of "grid-template-columns"
Implementation
dart
String get gridTemplateColumns => getPropertyValue('grid-template-columns');
set gridTemplateColumns(String value) {
setProperty('grid-template-columns', value, '');
}gridTemplateRows read / write ​
String get gridTemplateRowsgetter:
Gets the value of "grid-template-rows"
setter:
Sets the value of "grid-template-rows"
Implementation
dart
String get gridTemplateRows => getPropertyValue('grid-template-rows');
set gridTemplateRows(String value) {
setProperty('grid-template-rows', value, '');
}hashCode no setter inherited ​
int get hashCodeThe 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
dart
external int get hashCode;height read / write ​
String get heightgetter:
Gets the value of "height"
setter:
Sets the value of "height"
Implementation
dart
String get height => getPropertyValue('height');
set height(String value) {
setProperty('height', value, '');
}highlight read / write ​
String get highlightgetter:
Gets the value of "highlight"
setter:
Sets the value of "highlight"
Implementation
dart
String get highlight => getPropertyValue('highlight');
set highlight(String value) {
setProperty('highlight', value, '');
}hyphenateCharacter read / write ​
String get hyphenateCharactergetter:
Gets the value of "hyphenate-character"
setter:
Sets the value of "hyphenate-character"
Implementation
dart
String get hyphenateCharacter => getPropertyValue('hyphenate-character');
set hyphenateCharacter(String value) {
setProperty('hyphenate-character', value, '');
}imageRendering read / write ​
String get imageRenderinggetter:
Gets the value of "image-rendering"
setter:
Sets the value of "image-rendering"
Implementation
dart
String get imageRendering => getPropertyValue('image-rendering');
set imageRendering(String value) {
setProperty('image-rendering', value, '');
}isolation read / write ​
String get isolationgetter:
Gets the value of "isolation"
setter:
Sets the value of "isolation"
Implementation
dart
String get isolation => getPropertyValue('isolation');
set isolation(String value) {
setProperty('isolation', value, '');
}justifyContent read / write ​
String get justifyContentgetter:
Gets the value of "justify-content"
setter:
Sets the value of "justify-content"
Implementation
dart
String get justifyContent => getPropertyValue('justify-content');
set justifyContent(String value) {
setProperty('justify-content', value, '');
}justifySelf read / write ​
String get justifySelfgetter:
Gets the value of "justify-self"
setter:
Sets the value of "justify-self"
Implementation
dart
String get justifySelf => getPropertyValue('justify-self');
set justifySelf(String value) {
setProperty('justify-self', value, '');
}left read / write ​
String get leftgetter:
Gets the value of "left"
setter:
Sets the value of "left"
Implementation
dart
String get left => getPropertyValue('left');
set left(String value) {
setProperty('left', value, '');
}letterSpacing read / write ​
String get letterSpacinggetter:
Gets the value of "letter-spacing"
setter:
Sets the value of "letter-spacing"
Implementation
dart
String get letterSpacing => getPropertyValue('letter-spacing');
set letterSpacing(String value) {
setProperty('letter-spacing', value, '');
}lineBoxContain read / write ​
String get lineBoxContaingetter:
Gets the value of "line-box-contain"
setter:
Sets the value of "line-box-contain"
Implementation
dart
String get lineBoxContain => getPropertyValue('line-box-contain');
set lineBoxContain(String value) {
setProperty('line-box-contain', value, '');
}lineBreak read / write ​
String get lineBreakgetter:
Gets the value of "line-break"
setter:
Sets the value of "line-break"
Implementation
dart
String get lineBreak => getPropertyValue('line-break');
set lineBreak(String value) {
setProperty('line-break', value, '');
}lineClamp read / write ​
String get lineClampgetter:
Gets the value of "line-clamp"
setter:
Sets the value of "line-clamp"
Implementation
dart
String get lineClamp => getPropertyValue('line-clamp');
set lineClamp(String value) {
setProperty('line-clamp', value, '');
}lineHeight read / write ​
String get lineHeightgetter:
Gets the value of "line-height"
setter:
Sets the value of "line-height"
Implementation
dart
String get lineHeight => getPropertyValue('line-height');
set lineHeight(String value) {
setProperty('line-height', value, '');
}listStyle read / write ​
String get listStylegetter:
Gets the value of "list-style"
setter:
Sets the value of "list-style"
Implementation
dart
String get listStyle => getPropertyValue('list-style');
set listStyle(String value) {
setProperty('list-style', value, '');
}listStyleImage read / write ​
String get listStyleImagegetter:
Gets the value of "list-style-image"
setter:
Sets the value of "list-style-image"
Implementation
dart
String get listStyleImage => getPropertyValue('list-style-image');
set listStyleImage(String value) {
setProperty('list-style-image', value, '');
}listStylePosition read / write ​
String get listStylePositiongetter:
Gets the value of "list-style-position"
setter:
Sets the value of "list-style-position"
Implementation
dart
String get listStylePosition => getPropertyValue('list-style-position');
set listStylePosition(String value) {
setProperty('list-style-position', value, '');
}listStyleType read / write ​
String get listStyleTypegetter:
Gets the value of "list-style-type"
setter:
Sets the value of "list-style-type"
Implementation
dart
String get listStyleType => getPropertyValue('list-style-type');
set listStyleType(String value) {
setProperty('list-style-type', value, '');
}locale read / write ​
String get localegetter:
Gets the value of "locale"
setter:
Sets the value of "locale"
Implementation
dart
String get locale => getPropertyValue('locale');
set locale(String value) {
setProperty('locale', value, '');
}logicalHeight read / write ​
String get logicalHeightgetter:
Gets the value of "logical-height"
setter:
Sets the value of "logical-height"
Implementation
dart
String get logicalHeight => getPropertyValue('logical-height');
set logicalHeight(String value) {
setProperty('logical-height', value, '');
}logicalWidth read / write ​
String get logicalWidthgetter:
Gets the value of "logical-width"
setter:
Sets the value of "logical-width"
Implementation
dart
String get logicalWidth => getPropertyValue('logical-width');
set logicalWidth(String value) {
setProperty('logical-width', value, '');
}margin read / write ​
String get margingetter:
Gets the value of "margin"
setter:
Sets the value of "margin"
Implementation
dart
String get margin => getPropertyValue('margin');
set margin(String value) {
setProperty('margin', value, '');
}marginAfter read / write ​
String get marginAftergetter:
Gets the value of "margin-after"
setter:
Sets the value of "margin-after"
Implementation
dart
String get marginAfter => getPropertyValue('margin-after');
set marginAfter(String value) {
setProperty('margin-after', value, '');
}marginAfterCollapse read / write ​
String get marginAfterCollapsegetter:
Gets the value of "margin-after-collapse"
setter:
Sets the value of "margin-after-collapse"
Implementation
dart
String get marginAfterCollapse => getPropertyValue('margin-after-collapse');
set marginAfterCollapse(String value) {
setProperty('margin-after-collapse', value, '');
}marginBefore read / write ​
String get marginBeforegetter:
Gets the value of "margin-before"
setter:
Sets the value of "margin-before"
Implementation
dart
String get marginBefore => getPropertyValue('margin-before');
set marginBefore(String value) {
setProperty('margin-before', value, '');
}marginBeforeCollapse read / write ​
String get marginBeforeCollapsegetter:
Gets the value of "margin-before-collapse"
setter:
Sets the value of "margin-before-collapse"
Implementation
dart
String get marginBeforeCollapse => getPropertyValue('margin-before-collapse');
set marginBeforeCollapse(String value) {
setProperty('margin-before-collapse', value, '');
}marginBottom read / write ​
String get marginBottomgetter:
Gets the value of "margin-bottom"
setter:
Sets the value of "margin-bottom"
Implementation
dart
String get marginBottom => getPropertyValue('margin-bottom');
set marginBottom(String value) {
setProperty('margin-bottom', value, '');
}marginBottomCollapse read / write ​
String get marginBottomCollapsegetter:
Gets the value of "margin-bottom-collapse"
setter:
Sets the value of "margin-bottom-collapse"
Implementation
dart
String get marginBottomCollapse => getPropertyValue('margin-bottom-collapse');
set marginBottomCollapse(String value) {
setProperty('margin-bottom-collapse', value, '');
}marginCollapse read / write ​
String get marginCollapsegetter:
Gets the value of "margin-collapse"
setter:
Sets the value of "margin-collapse"
Implementation
dart
String get marginCollapse => getPropertyValue('margin-collapse');
set marginCollapse(String value) {
setProperty('margin-collapse', value, '');
}marginEnd read / write ​
String get marginEndgetter:
Gets the value of "margin-end"
setter:
Sets the value of "margin-end"
Implementation
dart
String get marginEnd => getPropertyValue('margin-end');
set marginEnd(String value) {
setProperty('margin-end', value, '');
}marginLeft read / write ​
String get marginLeftgetter:
Gets the value of "margin-left"
setter:
Sets the value of "margin-left"
Implementation
dart
String get marginLeft => getPropertyValue('margin-left');
set marginLeft(String value) {
setProperty('margin-left', value, '');
}marginRight read / write ​
String get marginRightgetter:
Gets the value of "margin-right"
setter:
Sets the value of "margin-right"
Implementation
dart
String get marginRight => getPropertyValue('margin-right');
set marginRight(String value) {
setProperty('margin-right', value, '');
}marginStart read / write ​
String get marginStartgetter:
Gets the value of "margin-start"
setter:
Sets the value of "margin-start"
Implementation
dart
String get marginStart => getPropertyValue('margin-start');
set marginStart(String value) {
setProperty('margin-start', value, '');
}marginTop read / write ​
String get marginTopgetter:
Gets the value of "margin-top"
setter:
Sets the value of "margin-top"
Implementation
dart
String get marginTop => getPropertyValue('margin-top');
set marginTop(String value) {
setProperty('margin-top', value, '');
}marginTopCollapse read / write ​
String get marginTopCollapsegetter:
Gets the value of "margin-top-collapse"
setter:
Sets the value of "margin-top-collapse"
Implementation
dart
String get marginTopCollapse => getPropertyValue('margin-top-collapse');
set marginTopCollapse(String value) {
setProperty('margin-top-collapse', value, '');
}mask read / write ​
String get maskgetter:
Gets the value of "mask"
setter:
Sets the value of "mask"
Implementation
dart
String get mask => getPropertyValue('mask');
set mask(String value) {
setProperty('mask', value, '');
}maskBoxImage read / write ​
String get maskBoxImagegetter:
Gets the value of "mask-box-image"
setter:
Sets the value of "mask-box-image"
Implementation
dart
String get maskBoxImage => getPropertyValue('mask-box-image');
set maskBoxImage(String value) {
setProperty('mask-box-image', value, '');
}maskBoxImageOutset read / write ​
String get maskBoxImageOutsetgetter:
Gets the value of "mask-box-image-outset"
setter:
Sets the value of "mask-box-image-outset"
Implementation
dart
String get maskBoxImageOutset => getPropertyValue('mask-box-image-outset');
set maskBoxImageOutset(String value) {
setProperty('mask-box-image-outset', value, '');
}maskBoxImageRepeat read / write ​
String get maskBoxImageRepeatgetter:
Gets the value of "mask-box-image-repeat"
setter:
Sets the value of "mask-box-image-repeat"
Implementation
dart
String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
set maskBoxImageRepeat(String value) {
setProperty('mask-box-image-repeat', value, '');
}maskBoxImageSlice read / write ​
String get maskBoxImageSlicegetter:
Gets the value of "mask-box-image-slice"
setter:
Sets the value of "mask-box-image-slice"
Implementation
dart
String get maskBoxImageSlice => getPropertyValue('mask-box-image-slice');
set maskBoxImageSlice(String value) {
setProperty('mask-box-image-slice', value, '');
}maskBoxImageSource read / write ​
String get maskBoxImageSourcegetter:
Gets the value of "mask-box-image-source"
setter:
Sets the value of "mask-box-image-source"
Implementation
dart
String get maskBoxImageSource => getPropertyValue('mask-box-image-source');
set maskBoxImageSource(String value) {
setProperty('mask-box-image-source', value, '');
}maskBoxImageWidth read / write ​
String get maskBoxImageWidthgetter:
Gets the value of "mask-box-image-width"
setter:
Sets the value of "mask-box-image-width"
Implementation
dart
String get maskBoxImageWidth => getPropertyValue('mask-box-image-width');
set maskBoxImageWidth(String value) {
setProperty('mask-box-image-width', value, '');
}maskClip read / write ​
String get maskClipgetter:
Gets the value of "mask-clip"
setter:
Sets the value of "mask-clip"
Implementation
dart
String get maskClip => getPropertyValue('mask-clip');
set maskClip(String value) {
setProperty('mask-clip', value, '');
}maskComposite read / write ​
String get maskCompositegetter:
Gets the value of "mask-composite"
setter:
Sets the value of "mask-composite"
Implementation
dart
String get maskComposite => getPropertyValue('mask-composite');
set maskComposite(String value) {
setProperty('mask-composite', value, '');
}maskImage read / write ​
String get maskImagegetter:
Gets the value of "mask-image"
setter:
Sets the value of "mask-image"
Implementation
dart
String get maskImage => getPropertyValue('mask-image');
set maskImage(String value) {
setProperty('mask-image', value, '');
}maskOrigin read / write ​
String get maskOrigingetter:
Gets the value of "mask-origin"
setter:
Sets the value of "mask-origin"
Implementation
dart
String get maskOrigin => getPropertyValue('mask-origin');
set maskOrigin(String value) {
setProperty('mask-origin', value, '');
}maskPosition read / write ​
String get maskPositiongetter:
Gets the value of "mask-position"
setter:
Sets the value of "mask-position"
Implementation
dart
String get maskPosition => getPropertyValue('mask-position');
set maskPosition(String value) {
setProperty('mask-position', value, '');
}maskPositionX read / write ​
String get maskPositionXgetter:
Gets the value of "mask-position-x"
setter:
Sets the value of "mask-position-x"
Implementation
dart
String get maskPositionX => getPropertyValue('mask-position-x');
set maskPositionX(String value) {
setProperty('mask-position-x', value, '');
}maskPositionY read / write ​
String get maskPositionYgetter:
Gets the value of "mask-position-y"
setter:
Sets the value of "mask-position-y"
Implementation
dart
String get maskPositionY => getPropertyValue('mask-position-y');
set maskPositionY(String value) {
setProperty('mask-position-y', value, '');
}maskRepeat read / write ​
String get maskRepeatgetter:
Gets the value of "mask-repeat"
setter:
Sets the value of "mask-repeat"
Implementation
dart
String get maskRepeat => getPropertyValue('mask-repeat');
set maskRepeat(String value) {
setProperty('mask-repeat', value, '');
}maskRepeatX read / write ​
String get maskRepeatXgetter:
Gets the value of "mask-repeat-x"
setter:
Sets the value of "mask-repeat-x"
Implementation
dart
String get maskRepeatX => getPropertyValue('mask-repeat-x');
set maskRepeatX(String value) {
setProperty('mask-repeat-x', value, '');
}maskRepeatY read / write ​
String get maskRepeatYgetter:
Gets the value of "mask-repeat-y"
setter:
Sets the value of "mask-repeat-y"
Implementation
dart
String get maskRepeatY => getPropertyValue('mask-repeat-y');
set maskRepeatY(String value) {
setProperty('mask-repeat-y', value, '');
}maskSize read / write ​
String get maskSizegetter:
Gets the value of "mask-size"
setter:
Sets the value of "mask-size"
Implementation
dart
String get maskSize => getPropertyValue('mask-size');
set maskSize(String value) {
setProperty('mask-size', value, '');
}maskSourceType read / write ​
String get maskSourceTypegetter:
Gets the value of "mask-source-type"
setter:
Sets the value of "mask-source-type"
Implementation
dart
String get maskSourceType => getPropertyValue('mask-source-type');
set maskSourceType(String value) {
setProperty('mask-source-type', value, '');
}maxHeight read / write ​
String get maxHeightgetter:
Gets the value of "max-height"
setter:
Sets the value of "max-height"
Implementation
dart
String get maxHeight => getPropertyValue('max-height');
set maxHeight(String value) {
setProperty('max-height', value, '');
}maxLogicalHeight read / write ​
String get maxLogicalHeightgetter:
Gets the value of "max-logical-height"
setter:
Sets the value of "max-logical-height"
Implementation
dart
String get maxLogicalHeight => getPropertyValue('max-logical-height');
set maxLogicalHeight(String value) {
setProperty('max-logical-height', value, '');
}maxLogicalWidth read / write ​
String get maxLogicalWidthgetter:
Gets the value of "max-logical-width"
setter:
Sets the value of "max-logical-width"
Implementation
dart
String get maxLogicalWidth => getPropertyValue('max-logical-width');
set maxLogicalWidth(String value) {
setProperty('max-logical-width', value, '');
}maxWidth read / write ​
String get maxWidthgetter:
Gets the value of "max-width"
setter:
Sets the value of "max-width"
Implementation
dart
String get maxWidth => getPropertyValue('max-width');
set maxWidth(String value) {
setProperty('max-width', value, '');
}maxZoom read / write ​
String get maxZoomgetter:
Gets the value of "max-zoom"
setter:
Sets the value of "max-zoom"
Implementation
dart
String get maxZoom => getPropertyValue('max-zoom');
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}minHeight read / write ​
String get minHeightgetter:
Gets the value of "min-height"
setter:
Sets the value of "min-height"
Implementation
dart
String get minHeight => getPropertyValue('min-height');
set minHeight(String value) {
setProperty('min-height', value, '');
}minLogicalHeight read / write ​
String get minLogicalHeightgetter:
Gets the value of "min-logical-height"
setter:
Sets the value of "min-logical-height"
Implementation
dart
String get minLogicalHeight => getPropertyValue('min-logical-height');
set minLogicalHeight(String value) {
setProperty('min-logical-height', value, '');
}minLogicalWidth read / write ​
String get minLogicalWidthgetter:
Gets the value of "min-logical-width"
setter:
Sets the value of "min-logical-width"
Implementation
dart
String get minLogicalWidth => getPropertyValue('min-logical-width');
set minLogicalWidth(String value) {
setProperty('min-logical-width', value, '');
}minWidth read / write ​
String get minWidthgetter:
Gets the value of "min-width"
setter:
Sets the value of "min-width"
Implementation
dart
String get minWidth => getPropertyValue('min-width');
set minWidth(String value) {
setProperty('min-width', value, '');
}minZoom read / write ​
String get minZoomgetter:
Gets the value of "min-zoom"
setter:
Sets the value of "min-zoom"
Implementation
dart
String get minZoom => getPropertyValue('min-zoom');
set minZoom(String value) {
setProperty('min-zoom', value, '');
}mixBlendMode read / write ​
String get mixBlendModegetter:
Gets the value of "mix-blend-mode"
setter:
Sets the value of "mix-blend-mode"
Implementation
dart
String get mixBlendMode => getPropertyValue('mix-blend-mode');
set mixBlendMode(String value) {
setProperty('mix-blend-mode', value, '');
}objectFit read / write ​
String get objectFitgetter:
Gets the value of "object-fit"
setter:
Sets the value of "object-fit"
Implementation
dart
String get objectFit => getPropertyValue('object-fit');
set objectFit(String value) {
setProperty('object-fit', value, '');
}objectPosition read / write ​
String get objectPositiongetter:
Gets the value of "object-position"
setter:
Sets the value of "object-position"
Implementation
dart
String get objectPosition => getPropertyValue('object-position');
set objectPosition(String value) {
setProperty('object-position', value, '');
}opacity read / write ​
String get opacitygetter:
Gets the value of "opacity"
setter:
Sets the value of "opacity"
Implementation
dart
String get opacity => getPropertyValue('opacity');
set opacity(String value) {
setProperty('opacity', value, '');
}order read / write ​
String get ordergetter:
Gets the value of "order"
setter:
Sets the value of "order"
Implementation
dart
String get order => getPropertyValue('order');
set order(String value) {
setProperty('order', value, '');
}orientation read / write ​
String get orientationgetter:
Gets the value of "orientation"
setter:
Sets the value of "orientation"
Implementation
dart
String get orientation => getPropertyValue('orientation');
set orientation(String value) {
setProperty('orientation', value, '');
}orphans read / write ​
String get orphansgetter:
Gets the value of "orphans"
setter:
Sets the value of "orphans"
Implementation
dart
String get orphans => getPropertyValue('orphans');
set orphans(String value) {
setProperty('orphans', value, '');
}outline read / write ​
String get outlinegetter:
Gets the value of "outline"
setter:
Sets the value of "outline"
Implementation
dart
String get outline => getPropertyValue('outline');
set outline(String value) {
setProperty('outline', value, '');
}outlineColor read / write ​
String get outlineColorgetter:
Gets the value of "outline-color"
setter:
Sets the value of "outline-color"
Implementation
dart
String get outlineColor => getPropertyValue('outline-color');
set outlineColor(String value) {
setProperty('outline-color', value, '');
}outlineOffset read / write ​
String get outlineOffsetgetter:
Gets the value of "outline-offset"
setter:
Sets the value of "outline-offset"
Implementation
dart
String get outlineOffset => getPropertyValue('outline-offset');
set outlineOffset(String value) {
setProperty('outline-offset', value, '');
}outlineStyle read / write ​
String get outlineStylegetter:
Gets the value of "outline-style"
setter:
Sets the value of "outline-style"
Implementation
dart
String get outlineStyle => getPropertyValue('outline-style');
set outlineStyle(String value) {
setProperty('outline-style', value, '');
}outlineWidth read / write ​
String get outlineWidthgetter:
Gets the value of "outline-width"
setter:
Sets the value of "outline-width"
Implementation
dart
String get outlineWidth => getPropertyValue('outline-width');
set outlineWidth(String value) {
setProperty('outline-width', value, '');
}overflow read / write ​
String get overflowgetter:
Gets the value of "overflow"
setter:
Sets the value of "overflow"
Implementation
dart
String get overflow => getPropertyValue('overflow');
set overflow(String value) {
setProperty('overflow', value, '');
}overflowWrap read / write ​
String get overflowWrapgetter:
Gets the value of "overflow-wrap"
setter:
Sets the value of "overflow-wrap"
Implementation
dart
String get overflowWrap => getPropertyValue('overflow-wrap');
set overflowWrap(String value) {
setProperty('overflow-wrap', value, '');
}overflowX read / write ​
String get overflowXgetter:
Gets the value of "overflow-x"
setter:
Sets the value of "overflow-x"
Implementation
dart
String get overflowX => getPropertyValue('overflow-x');
set overflowX(String value) {
setProperty('overflow-x', value, '');
}overflowY read / write ​
String get overflowYgetter:
Gets the value of "overflow-y"
setter:
Sets the value of "overflow-y"
Implementation
dart
String get overflowY => getPropertyValue('overflow-y');
set overflowY(String value) {
setProperty('overflow-y', value, '');
}padding read / write ​
String get paddinggetter:
Gets the value of "padding"
setter:
Sets the value of "padding"
Implementation
dart
String get padding => getPropertyValue('padding');
set padding(String value) {
setProperty('padding', value, '');
}paddingAfter read / write ​
String get paddingAftergetter:
Gets the value of "padding-after"
setter:
Sets the value of "padding-after"
Implementation
dart
String get paddingAfter => getPropertyValue('padding-after');
set paddingAfter(String value) {
setProperty('padding-after', value, '');
}paddingBefore read / write ​
String get paddingBeforegetter:
Gets the value of "padding-before"
setter:
Sets the value of "padding-before"
Implementation
dart
String get paddingBefore => getPropertyValue('padding-before');
set paddingBefore(String value) {
setProperty('padding-before', value, '');
}paddingBottom read / write ​
String get paddingBottomgetter:
Gets the value of "padding-bottom"
setter:
Sets the value of "padding-bottom"
Implementation
dart
String get paddingBottom => getPropertyValue('padding-bottom');
set paddingBottom(String value) {
setProperty('padding-bottom', value, '');
}paddingEnd read / write ​
String get paddingEndgetter:
Gets the value of "padding-end"
setter:
Sets the value of "padding-end"
Implementation
dart
String get paddingEnd => getPropertyValue('padding-end');
set paddingEnd(String value) {
setProperty('padding-end', value, '');
}paddingLeft read / write ​
String get paddingLeftgetter:
Gets the value of "padding-left"
setter:
Sets the value of "padding-left"
Implementation
dart
String get paddingLeft => getPropertyValue('padding-left');
set paddingLeft(String value) {
setProperty('padding-left', value, '');
}paddingRight read / write ​
String get paddingRightgetter:
Gets the value of "padding-right"
setter:
Sets the value of "padding-right"
Implementation
dart
String get paddingRight => getPropertyValue('padding-right');
set paddingRight(String value) {
setProperty('padding-right', value, '');
}paddingStart read / write ​
String get paddingStartgetter:
Gets the value of "padding-start"
setter:
Sets the value of "padding-start"
Implementation
dart
String get paddingStart => getPropertyValue('padding-start');
set paddingStart(String value) {
setProperty('padding-start', value, '');
}paddingTop read / write ​
String get paddingTopgetter:
Gets the value of "padding-top"
setter:
Sets the value of "padding-top"
Implementation
dart
String get paddingTop => getPropertyValue('padding-top');
set paddingTop(String value) {
setProperty('padding-top', value, '');
}page read / write ​
String get pagegetter:
Gets the value of "page"
setter:
Sets the value of "page"
Implementation
dart
String get page => getPropertyValue('page');
set page(String value) {
setProperty('page', value, '');
}pageBreakAfter read / write ​
String get pageBreakAftergetter:
Gets the value of "page-break-after"
setter:
Sets the value of "page-break-after"
Implementation
dart
String get pageBreakAfter => getPropertyValue('page-break-after');
set pageBreakAfter(String value) {
setProperty('page-break-after', value, '');
}pageBreakBefore read / write ​
String get pageBreakBeforegetter:
Gets the value of "page-break-before"
setter:
Sets the value of "page-break-before"
Implementation
dart
String get pageBreakBefore => getPropertyValue('page-break-before');
set pageBreakBefore(String value) {
setProperty('page-break-before', value, '');
}pageBreakInside read / write ​
String get pageBreakInsidegetter:
Gets the value of "page-break-inside"
setter:
Sets the value of "page-break-inside"
Implementation
dart
String get pageBreakInside => getPropertyValue('page-break-inside');
set pageBreakInside(String value) {
setProperty('page-break-inside', value, '');
}perspective read / write ​
String get perspectivegetter:
Gets the value of "perspective"
setter:
Sets the value of "perspective"
Implementation
dart
String get perspective => getPropertyValue('perspective');
set perspective(String value) {
setProperty('perspective', value, '');
}perspectiveOrigin read / write ​
String get perspectiveOrigingetter:
Gets the value of "perspective-origin"
setter:
Sets the value of "perspective-origin"
Implementation
dart
String get perspectiveOrigin => getPropertyValue('perspective-origin');
set perspectiveOrigin(String value) {
setProperty('perspective-origin', value, '');
}perspectiveOriginX read / write ​
String get perspectiveOriginXgetter:
Gets the value of "perspective-origin-x"
setter:
Sets the value of "perspective-origin-x"
Implementation
dart
String get perspectiveOriginX => getPropertyValue('perspective-origin-x');
set perspectiveOriginX(String value) {
setProperty('perspective-origin-x', value, '');
}perspectiveOriginY read / write ​
String get perspectiveOriginYgetter:
Gets the value of "perspective-origin-y"
setter:
Sets the value of "perspective-origin-y"
Implementation
dart
String get perspectiveOriginY => getPropertyValue('perspective-origin-y');
set perspectiveOriginY(String value) {
setProperty('perspective-origin-y', value, '');
}pointerEvents read / write ​
String get pointerEventsgetter:
Gets the value of "pointer-events"
setter:
Sets the value of "pointer-events"
Implementation
dart
String get pointerEvents => getPropertyValue('pointer-events');
set pointerEvents(String value) {
setProperty('pointer-events', value, '');
}position read / write ​
String get positiongetter:
Gets the value of "position"
setter:
Sets the value of "position"
Implementation
dart
String get position => getPropertyValue('position');
set position(String value) {
setProperty('position', value, '');
}printColorAdjust read / write ​
String get printColorAdjustgetter:
Gets the value of "print-color-adjust"
setter:
Sets the value of "print-color-adjust"
Implementation
dart
String get printColorAdjust => getPropertyValue('print-color-adjust');
set printColorAdjust(String value) {
setProperty('print-color-adjust', value, '');
}quotes read / write ​
String get quotesgetter:
Gets the value of "quotes"
setter:
Sets the value of "quotes"
Implementation
dart
String get quotes => getPropertyValue('quotes');
set quotes(String value) {
setProperty('quotes', value, '');
}resize read / write ​
String get resizegetter:
Gets the value of "resize"
setter:
Sets the value of "resize"
Implementation
dart
String get resize => getPropertyValue('resize');
set resize(String value) {
setProperty('resize', value, '');
}right read / write ​
String get rightgetter:
Gets the value of "right"
setter:
Sets the value of "right"
Implementation
dart
String get right => getPropertyValue('right');
set right(String value) {
setProperty('right', value, '');
}rowGap read / write ​
String get rowGapgetter:
Gets the value of "row-gap"
setter:
Sets the value of "row-gap"
Implementation
dart
String get rowGap => getPropertyValue('row-gap');
set rowGap(String value) {
setProperty('row-gap', value, '');
}rtlOrdering read / write ​
String get rtlOrderinggetter:
Gets the value of "rtl-ordering"
setter:
Sets the value of "rtl-ordering"
Implementation
dart
String get rtlOrdering => getPropertyValue('rtl-ordering');
set rtlOrdering(String value) {
setProperty('rtl-ordering', value, '');
}rubyPosition read / write ​
String get rubyPositiongetter:
Gets the value of "ruby-position"
setter:
Sets the value of "ruby-position"
Implementation
dart
String get rubyPosition => getPropertyValue('ruby-position');
set rubyPosition(String value) {
setProperty('ruby-position', value, '');
}runtimeType no setter inherited ​
Type get runtimeTypeA representation of the runtime type of the object.
Inherited from Object.
Implementation
dart
external Type get runtimeType;scrollBehavior read / write ​
String get scrollBehaviorgetter:
Gets the value of "scroll-behavior"
setter:
Sets the value of "scroll-behavior"
Implementation
dart
String get scrollBehavior => getPropertyValue('scroll-behavior');
set scrollBehavior(String value) {
setProperty('scroll-behavior', value, '');
}shapeImageThreshold read / write ​
String get shapeImageThresholdgetter:
Gets the value of "shape-image-threshold"
setter:
Sets the value of "shape-image-threshold"
Implementation
dart
String get shapeImageThreshold => getPropertyValue('shape-image-threshold');
set shapeImageThreshold(String value) {
setProperty('shape-image-threshold', value, '');
}shapeMargin read / write ​
String get shapeMargingetter:
Gets the value of "shape-margin"
setter:
Sets the value of "shape-margin"
Implementation
dart
String get shapeMargin => getPropertyValue('shape-margin');
set shapeMargin(String value) {
setProperty('shape-margin', value, '');
}shapeOutside read / write ​
String get shapeOutsidegetter:
Gets the value of "shape-outside"
setter:
Sets the value of "shape-outside"
Implementation
dart
String get shapeOutside => getPropertyValue('shape-outside');
set shapeOutside(String value) {
setProperty('shape-outside', value, '');
}size read / write ​
String get sizegetter:
Gets the value of "size"
setter:
Sets the value of "size"
Implementation
dart
String get size => getPropertyValue('size');
set size(String value) {
setProperty('size', value, '');
}speak read / write ​
String get speakgetter:
Gets the value of "speak"
setter:
Sets the value of "speak"
Implementation
dart
String get speak => getPropertyValue('speak');
set speak(String value) {
setProperty('speak', value, '');
}src read / write ​
String get srcgetter:
Gets the value of "src"
setter:
Sets the value of "src"
Implementation
dart
String get src => getPropertyValue('src');
set src(String value) {
setProperty('src', value, '');
}tableLayout read / write ​
String get tableLayoutgetter:
Gets the value of "table-layout"
setter:
Sets the value of "table-layout"
Implementation
dart
String get tableLayout => getPropertyValue('table-layout');
set tableLayout(String value) {
setProperty('table-layout', value, '');
}tabSize read / write ​
String get tabSizegetter:
Gets the value of "tab-size"
setter:
Sets the value of "tab-size"
Implementation
dart
String get tabSize => getPropertyValue('tab-size');
set tabSize(String value) {
setProperty('tab-size', value, '');
}tapHighlightColor read / write ​
String get tapHighlightColorgetter:
Gets the value of "tap-highlight-color"
setter:
Sets the value of "tap-highlight-color"
Implementation
dart
String get tapHighlightColor => getPropertyValue('tap-highlight-color');
set tapHighlightColor(String value) {
setProperty('tap-highlight-color', value, '');
}textAlign read / write ​
String get textAligngetter:
Gets the value of "text-align"
setter:
Sets the value of "text-align"
Implementation
dart
String get textAlign => getPropertyValue('text-align');
set textAlign(String value) {
setProperty('text-align', value, '');
}textAlignLast read / write ​
String get textAlignLastgetter:
Gets the value of "text-align-last"
setter:
Sets the value of "text-align-last"
Implementation
dart
String get textAlignLast => getPropertyValue('text-align-last');
set textAlignLast(String value) {
setProperty('text-align-last', value, '');
}textCombine read / write ​
String get textCombinegetter:
Gets the value of "text-combine"
setter:
Sets the value of "text-combine"
Implementation
dart
String get textCombine => getPropertyValue('text-combine');
set textCombine(String value) {
setProperty('text-combine', value, '');
}textDecoration read / write ​
String get textDecorationgetter:
Gets the value of "text-decoration"
setter:
Sets the value of "text-decoration"
Implementation
dart
String get textDecoration => getPropertyValue('text-decoration');
set textDecoration(String value) {
setProperty('text-decoration', value, '');
}textDecorationColor read / write ​
String get textDecorationColorgetter:
Gets the value of "text-decoration-color"
setter:
Sets the value of "text-decoration-color"
Implementation
dart
String get textDecorationColor => getPropertyValue('text-decoration-color');
set textDecorationColor(String value) {
setProperty('text-decoration-color', value, '');
}textDecorationLine read / write ​
String get textDecorationLinegetter:
Gets the value of "text-decoration-line"
setter:
Sets the value of "text-decoration-line"
Implementation
dart
String get textDecorationLine => getPropertyValue('text-decoration-line');
set textDecorationLine(String value) {
setProperty('text-decoration-line', value, '');
}textDecorationsInEffect read / write ​
String get textDecorationsInEffectgetter:
Gets the value of "text-decorations-in-effect"
setter:
Sets the value of "text-decorations-in-effect"
Implementation
dart
String get textDecorationsInEffect =>
getPropertyValue('text-decorations-in-effect');
set textDecorationsInEffect(String value) {
setProperty('text-decorations-in-effect', value, '');
}textDecorationStyle read / write ​
String get textDecorationStylegetter:
Gets the value of "text-decoration-style"
setter:
Sets the value of "text-decoration-style"
Implementation
dart
String get textDecorationStyle => getPropertyValue('text-decoration-style');
set textDecorationStyle(String value) {
setProperty('text-decoration-style', value, '');
}textEmphasis read / write ​
String get textEmphasisgetter:
Gets the value of "text-emphasis"
setter:
Sets the value of "text-emphasis"
Implementation
dart
String get textEmphasis => getPropertyValue('text-emphasis');
set textEmphasis(String value) {
setProperty('text-emphasis', value, '');
}textEmphasisColor read / write ​
String get textEmphasisColorgetter:
Gets the value of "text-emphasis-color"
setter:
Sets the value of "text-emphasis-color"
Implementation
dart
String get textEmphasisColor => getPropertyValue('text-emphasis-color');
set textEmphasisColor(String value) {
setProperty('text-emphasis-color', value, '');
}textEmphasisPosition read / write ​
String get textEmphasisPositiongetter:
Gets the value of "text-emphasis-position"
setter:
Sets the value of "text-emphasis-position"
Implementation
dart
String get textEmphasisPosition => getPropertyValue('text-emphasis-position');
set textEmphasisPosition(String value) {
setProperty('text-emphasis-position', value, '');
}textEmphasisStyle read / write ​
String get textEmphasisStylegetter:
Gets the value of "text-emphasis-style"
setter:
Sets the value of "text-emphasis-style"
Implementation
dart
String get textEmphasisStyle => getPropertyValue('text-emphasis-style');
set textEmphasisStyle(String value) {
setProperty('text-emphasis-style', value, '');
}textFillColor read / write ​
String get textFillColorgetter:
Gets the value of "text-fill-color"
setter:
Sets the value of "text-fill-color"
Implementation
dart
String get textFillColor => getPropertyValue('text-fill-color');
set textFillColor(String value) {
setProperty('text-fill-color', value, '');
}textIndent read / write ​
String get textIndentgetter:
Gets the value of "text-indent"
setter:
Sets the value of "text-indent"
Implementation
dart
String get textIndent => getPropertyValue('text-indent');
set textIndent(String value) {
setProperty('text-indent', value, '');
}textJustify read / write ​
String get textJustifygetter:
Gets the value of "text-justify"
setter:
Sets the value of "text-justify"
Implementation
dart
String get textJustify => getPropertyValue('text-justify');
set textJustify(String value) {
setProperty('text-justify', value, '');
}textLineThroughColor read / write ​
String get textLineThroughColorgetter:
Gets the value of "text-line-through-color"
setter:
Sets the value of "text-line-through-color"
Implementation
dart
String get textLineThroughColor =>
getPropertyValue('text-line-through-color');
set textLineThroughColor(String value) {
setProperty('text-line-through-color', value, '');
}textLineThroughMode read / write ​
String get textLineThroughModegetter:
Gets the value of "text-line-through-mode"
setter:
Sets the value of "text-line-through-mode"
Implementation
dart
String get textLineThroughMode => getPropertyValue('text-line-through-mode');
set textLineThroughMode(String value) {
setProperty('text-line-through-mode', value, '');
}textLineThroughStyle read / write ​
String get textLineThroughStylegetter:
Gets the value of "text-line-through-style"
setter:
Sets the value of "text-line-through-style"
Implementation
dart
String get textLineThroughStyle =>
getPropertyValue('text-line-through-style');
set textLineThroughStyle(String value) {
setProperty('text-line-through-style', value, '');
}textLineThroughWidth read / write ​
String get textLineThroughWidthgetter:
Gets the value of "text-line-through-width"
setter:
Sets the value of "text-line-through-width"
Implementation
dart
String get textLineThroughWidth =>
getPropertyValue('text-line-through-width');
set textLineThroughWidth(String value) {
setProperty('text-line-through-width', value, '');
}textOrientation read / write ​
String get textOrientationgetter:
Gets the value of "text-orientation"
setter:
Sets the value of "text-orientation"
Implementation
dart
String get textOrientation => getPropertyValue('text-orientation');
set textOrientation(String value) {
setProperty('text-orientation', value, '');
}textOverflow read / write ​
String get textOverflowgetter:
Gets the value of "text-overflow"
setter:
Sets the value of "text-overflow"
Implementation
dart
String get textOverflow => getPropertyValue('text-overflow');
set textOverflow(String value) {
setProperty('text-overflow', value, '');
}textOverlineColor read / write ​
String get textOverlineColorgetter:
Gets the value of "text-overline-color"
setter:
Sets the value of "text-overline-color"
Implementation
dart
String get textOverlineColor => getPropertyValue('text-overline-color');
set textOverlineColor(String value) {
setProperty('text-overline-color', value, '');
}textOverlineMode read / write ​
String get textOverlineModegetter:
Gets the value of "text-overline-mode"
setter:
Sets the value of "text-overline-mode"
Implementation
dart
String get textOverlineMode => getPropertyValue('text-overline-mode');
set textOverlineMode(String value) {
setProperty('text-overline-mode', value, '');
}textOverlineStyle read / write ​
String get textOverlineStylegetter:
Gets the value of "text-overline-style"
setter:
Sets the value of "text-overline-style"
Implementation
dart
String get textOverlineStyle => getPropertyValue('text-overline-style');
set textOverlineStyle(String value) {
setProperty('text-overline-style', value, '');
}textOverlineWidth read / write ​
String get textOverlineWidthgetter:
Gets the value of "text-overline-width"
setter:
Sets the value of "text-overline-width"
Implementation
dart
String get textOverlineWidth => getPropertyValue('text-overline-width');
set textOverlineWidth(String value) {
setProperty('text-overline-width', value, '');
}textRendering read / write ​
String get textRenderinggetter:
Gets the value of "text-rendering"
setter:
Sets the value of "text-rendering"
Implementation
dart
String get textRendering => getPropertyValue('text-rendering');
set textRendering(String value) {
setProperty('text-rendering', value, '');
}textSecurity read / write ​
String get textSecuritygetter:
Gets the value of "text-security"
setter:
Sets the value of "text-security"
Implementation
dart
String get textSecurity => getPropertyValue('text-security');
set textSecurity(String value) {
setProperty('text-security', value, '');
}textShadow read / write ​
String get textShadowgetter:
Gets the value of "text-shadow"
setter:
Sets the value of "text-shadow"
Implementation
dart
String get textShadow => getPropertyValue('text-shadow');
set textShadow(String value) {
setProperty('text-shadow', value, '');
}textStroke read / write ​
String get textStrokegetter:
Gets the value of "text-stroke"
setter:
Sets the value of "text-stroke"
Implementation
dart
String get textStroke => getPropertyValue('text-stroke');
set textStroke(String value) {
setProperty('text-stroke', value, '');
}textStrokeColor read / write ​
String get textStrokeColorgetter:
Gets the value of "text-stroke-color"
setter:
Sets the value of "text-stroke-color"
Implementation
dart
String get textStrokeColor => getPropertyValue('text-stroke-color');
set textStrokeColor(String value) {
setProperty('text-stroke-color', value, '');
}textStrokeWidth read / write ​
String get textStrokeWidthgetter:
Gets the value of "text-stroke-width"
setter:
Sets the value of "text-stroke-width"
Implementation
dart
String get textStrokeWidth => getPropertyValue('text-stroke-width');
set textStrokeWidth(String value) {
setProperty('text-stroke-width', value, '');
}textTransform read / write ​
String get textTransformgetter:
Gets the value of "text-transform"
setter:
Sets the value of "text-transform"
Implementation
dart
String get textTransform => getPropertyValue('text-transform');
set textTransform(String value) {
setProperty('text-transform', value, '');
}textUnderlineColor read / write ​
String get textUnderlineColorgetter:
Gets the value of "text-underline-color"
setter:
Sets the value of "text-underline-color"
Implementation
dart
String get textUnderlineColor => getPropertyValue('text-underline-color');
set textUnderlineColor(String value) {
setProperty('text-underline-color', value, '');
}textUnderlineMode read / write ​
String get textUnderlineModegetter:
Gets the value of "text-underline-mode"
setter:
Sets the value of "text-underline-mode"
Implementation
dart
String get textUnderlineMode => getPropertyValue('text-underline-mode');
set textUnderlineMode(String value) {
setProperty('text-underline-mode', value, '');
}textUnderlinePosition read / write ​
String get textUnderlinePositiongetter:
Gets the value of "text-underline-position"
setter:
Sets the value of "text-underline-position"
Implementation
dart
String get textUnderlinePosition =>
getPropertyValue('text-underline-position');
set textUnderlinePosition(String value) {
setProperty('text-underline-position', value, '');
}textUnderlineStyle read / write ​
String get textUnderlineStylegetter:
Gets the value of "text-underline-style"
setter:
Sets the value of "text-underline-style"
Implementation
dart
String get textUnderlineStyle => getPropertyValue('text-underline-style');
set textUnderlineStyle(String value) {
setProperty('text-underline-style', value, '');
}textUnderlineWidth read / write ​
String get textUnderlineWidthgetter:
Gets the value of "text-underline-width"
setter:
Sets the value of "text-underline-width"
Implementation
dart
String get textUnderlineWidth => getPropertyValue('text-underline-width');
set textUnderlineWidth(String value) {
setProperty('text-underline-width', value, '');
}top read / write ​
String get topgetter:
Gets the value of "top"
setter:
Sets the value of "top"
Implementation
dart
String get top => getPropertyValue('top');
set top(String value) {
setProperty('top', value, '');
}touchAction read / write ​
String get touchActiongetter:
Gets the value of "touch-action"
setter:
Sets the value of "touch-action"
Implementation
dart
String get touchAction => getPropertyValue('touch-action');
set touchAction(String value) {
setProperty('touch-action', value, '');
}touchActionDelay read / write ​
String get touchActionDelaygetter:
Gets the value of "touch-action-delay"
setter:
Sets the value of "touch-action-delay"
Implementation
dart
String get touchActionDelay => getPropertyValue('touch-action-delay');
set touchActionDelay(String value) {
setProperty('touch-action-delay', value, '');
}transform read / write ​
String get transformgetter:
Gets the value of "transform"
setter:
Sets the value of "transform"
Implementation
dart
String get transform => getPropertyValue('transform');
set transform(String value) {
setProperty('transform', value, '');
}transformOrigin read / write ​
String get transformOrigingetter:
Gets the value of "transform-origin"
setter:
Sets the value of "transform-origin"
Implementation
dart
String get transformOrigin => getPropertyValue('transform-origin');
set transformOrigin(String value) {
setProperty('transform-origin', value, '');
}transformOriginX read / write ​
String get transformOriginXgetter:
Gets the value of "transform-origin-x"
setter:
Sets the value of "transform-origin-x"
Implementation
dart
String get transformOriginX => getPropertyValue('transform-origin-x');
set transformOriginX(String value) {
setProperty('transform-origin-x', value, '');
}transformOriginY read / write ​
String get transformOriginYgetter:
Gets the value of "transform-origin-y"
setter:
Sets the value of "transform-origin-y"
Implementation
dart
String get transformOriginY => getPropertyValue('transform-origin-y');
set transformOriginY(String value) {
setProperty('transform-origin-y', value, '');
}transformOriginZ read / write ​
String get transformOriginZgetter:
Gets the value of "transform-origin-z"
setter:
Sets the value of "transform-origin-z"
Implementation
dart
String get transformOriginZ => getPropertyValue('transform-origin-z');
set transformOriginZ(String value) {
setProperty('transform-origin-z', value, '');
}transformStyle read / write ​
String get transformStylegetter:
Gets the value of "transform-style"
setter:
Sets the value of "transform-style"
Implementation
dart
String get transformStyle => getPropertyValue('transform-style');
set transformStyle(String value) {
setProperty('transform-style', value, '');
}transition read / write ​
String get transitiongetter:
Gets the value of "transition"
setter:
Sets the value of "transition"
Implementation
dart
@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 ​
String get transitionDelaygetter:
Gets the value of "transition-delay"
setter:
Sets the value of "transition-delay"
Implementation
dart
String get transitionDelay => getPropertyValue('transition-delay');
set transitionDelay(String value) {
setProperty('transition-delay', value, '');
}transitionDuration read / write ​
String get transitionDurationgetter:
Gets the value of "transition-duration"
setter:
Sets the value of "transition-duration"
Implementation
dart
String get transitionDuration => getPropertyValue('transition-duration');
set transitionDuration(String value) {
setProperty('transition-duration', value, '');
}transitionProperty read / write ​
String get transitionPropertygetter:
Gets the value of "transition-property"
setter:
Sets the value of "transition-property"
Implementation
dart
String get transitionProperty => getPropertyValue('transition-property');
set transitionProperty(String value) {
setProperty('transition-property', value, '');
}transitionTimingFunction read / write ​
String get transitionTimingFunctiongetter:
Gets the value of "transition-timing-function"
setter:
Sets the value of "transition-timing-function"
Implementation
dart
String get transitionTimingFunction =>
getPropertyValue('transition-timing-function');
set transitionTimingFunction(String value) {
setProperty('transition-timing-function', value, '');
}unicodeBidi read / write ​
String get unicodeBidigetter:
Gets the value of "unicode-bidi"
setter:
Sets the value of "unicode-bidi"
Implementation
dart
String get unicodeBidi => getPropertyValue('unicode-bidi');
set unicodeBidi(String value) {
setProperty('unicode-bidi', value, '');
}unicodeRange read / write ​
String get unicodeRangegetter:
Gets the value of "unicode-range"
setter:
Sets the value of "unicode-range"
Implementation
dart
String get unicodeRange => getPropertyValue('unicode-range');
set unicodeRange(String value) {
setProperty('unicode-range', value, '');
}userDrag read / write ​
String get userDraggetter:
Gets the value of "user-drag"
setter:
Sets the value of "user-drag"
Implementation
dart
String get userDrag => getPropertyValue('user-drag');
set userDrag(String value) {
setProperty('user-drag', value, '');
}userModify read / write ​
String get userModifygetter:
Gets the value of "user-modify"
setter:
Sets the value of "user-modify"
Implementation
dart
String get userModify => getPropertyValue('user-modify');
set userModify(String value) {
setProperty('user-modify', value, '');
}userSelect read / write ​
String get userSelectgetter:
Gets the value of "user-select"
setter:
Sets the value of "user-select"
Implementation
dart
String get userSelect => getPropertyValue('user-select');
set userSelect(String value) {
setProperty('user-select', value, '');
}userZoom read / write ​
String get userZoomgetter:
Gets the value of "user-zoom"
setter:
Sets the value of "user-zoom"
Implementation
dart
String get userZoom => getPropertyValue('user-zoom');
set userZoom(String value) {
setProperty('user-zoom', value, '');
}verticalAlign read / write ​
String get verticalAligngetter:
Gets the value of "vertical-align"
setter:
Sets the value of "vertical-align"
Implementation
dart
String get verticalAlign => getPropertyValue('vertical-align');
set verticalAlign(String value) {
setProperty('vertical-align', value, '');
}visibility read / write ​
String get visibilitygetter:
Gets the value of "visibility"
setter:
Sets the value of "visibility"
Implementation
dart
String get visibility => getPropertyValue('visibility');
set visibility(String value) {
setProperty('visibility', value, '');
}whiteSpace read / write ​
String get whiteSpacegetter:
Gets the value of "white-space"
setter:
Sets the value of "white-space"
Implementation
dart
String get whiteSpace => getPropertyValue('white-space');
set whiteSpace(String value) {
setProperty('white-space', value, '');
}widows read / write ​
String get widowsgetter:
Gets the value of "widows"
setter:
Sets the value of "widows"
Implementation
dart
String get widows => getPropertyValue('widows');
set widows(String value) {
setProperty('widows', value, '');
}width read / write ​
String get widthgetter:
Gets the value of "width"
setter:
Sets the value of "width"
Implementation
dart
String get width => getPropertyValue('width');
set width(String value) {
setProperty('width', value, '');
}willChange read / write ​
String get willChangegetter:
Gets the value of "will-change"
setter:
Sets the value of "will-change"
Implementation
dart
String get willChange => getPropertyValue('will-change');
set willChange(String value) {
setProperty('will-change', value, '');
}wordBreak read / write ​
String get wordBreakgetter:
Gets the value of "word-break"
setter:
Sets the value of "word-break"
Implementation
dart
String get wordBreak => getPropertyValue('word-break');
set wordBreak(String value) {
setProperty('word-break', value, '');
}wordSpacing read / write ​
String get wordSpacinggetter:
Gets the value of "word-spacing"
setter:
Sets the value of "word-spacing"
Implementation
dart
String get wordSpacing => getPropertyValue('word-spacing');
set wordSpacing(String value) {
setProperty('word-spacing', value, '');
}wordWrap read / write ​
String get wordWrapgetter:
Gets the value of "word-wrap"
setter:
Sets the value of "word-wrap"
Implementation
dart
String get wordWrap => getPropertyValue('word-wrap');
set wordWrap(String value) {
setProperty('word-wrap', value, '');
}wrapFlow read / write ​
String get wrapFlowgetter:
Gets the value of "wrap-flow"
setter:
Sets the value of "wrap-flow"
Implementation
dart
String get wrapFlow => getPropertyValue('wrap-flow');
set wrapFlow(String value) {
setProperty('wrap-flow', value, '');
}wrapThrough read / write ​
String get wrapThroughgetter:
Gets the value of "wrap-through"
setter:
Sets the value of "wrap-through"
Implementation
dart
String get wrapThrough => getPropertyValue('wrap-through');
set wrapThrough(String value) {
setProperty('wrap-through', value, '');
}writingMode read / write ​
String get writingModegetter:
Gets the value of "writing-mode"
setter:
Sets the value of "writing-mode"
Implementation
dart
String get writingMode => getPropertyValue('writing-mode');
set writingMode(String value) {
setProperty('writing-mode', value, '');
}zIndex read / write ​
String get zIndexgetter:
Gets the value of "z-index"
setter:
Sets the value of "z-index"
Implementation
dart
String get zIndex => getPropertyValue('z-index');
set zIndex(String value) {
setProperty('z-index', value, '');
}zoom read / write ​
String get zoomgetter:
Gets the value of "zoom"
setter:
Sets the value of "zoom"
Implementation
dart
String get zoom => getPropertyValue('zoom');
set zoom(String value) {
setProperty('zoom', value, '');
}Methods ​
getPropertyValue() ​
Implementation
dart
String getPropertyValue(String propertyName);noSuchMethod() inherited ​
dynamic noSuchMethod(Invocation invocation)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:
dart
dynamic object = 1;
object.add(42); // Statically allowed, run-time errorThis 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:
dart
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
dart
@pragma("vm:entry-point")
@pragma("wasm:entry-point")
external dynamic noSuchMethod(Invocation invocation);setProperty() ​
Implementation
dart
void setProperty(String propertyName, String? value, [String? priority]);toString() inherited ​
String toString()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
dart
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
dart
external bool operator ==(Object other);