ExpressionMapping class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
expressionToBlockHtmlPadding(
List< Expression> ? lengths) → HtmlPaddings -
expressionToBlockMargins(
List< Expression> ? lengths) → Margins -
expressionToBorder(
List< Expression?> ? borderWidths, List<LiteralTerm?> ? borderStyles, List<Expression?> ? borderColors) → Border -
expressionToBorderStyle(
LiteralTerm? value) → BorderStyle -
expressionToBorderWidth(
Expression? value) → double -
expressionToColor(
Expression? value) → Color? -
expressionToDirection(
Expression value) → TextDirection -
expressionToDisplay(
Expression value) → Display -
expressionToFontFamily(
Expression value) → String? -
expressionToFontFeatureSettings(
List< Expression> value) → List<FontFeature> -
expressionToFontSize(
Expression value) → FontSize? -
expressionToFontStyle(
Expression value) → FontStyle -
expressionToFontWeight(
Expression value) → FontWeight -
expressionToHeight(
Expression value) → Height? -
expressionToHtmlPadding(
Expression value) → HtmlPadding? -
expressionToHtmlPaddings(
List< Expression> ? lengths) → HtmlPaddings -
expressionToInlineHtmlPadding(
List< Expression> ? lengths) → HtmlPaddings -
expressionToInlineMargins(
List< Expression> ? lengths) → Margins -
expressionToLengthOrPercent(
Expression value) → LengthOrPercent -
expressionToLineHeight(
Expression value) → LineHeight -
expressionToListStyleImage(
UriTerm value) → ListStyleImage? -
expressionToListStyleType(
LiteralTerm value) → ListStyleType? -
expressionToMargin(
Expression value) → Margin? -
expressionToMargins(
List< Expression> ? lengths) → Margins -
expressionToTextAlign(
Expression value) → TextAlign -
expressionToTextDecorationLine(
List< LiteralTerm?> value) → TextDecoration -
expressionToTextDecorationStyle(
LiteralTerm value) → TextDecorationStyle -
expressionToTextShadow(
List< Expression> value) → List<Shadow> -
expressionToVerticalAlign(
Expression value) → VerticalAlign -
expressionToWidth(
Expression value) → Width? -
hslToRgbToColor(
String text) → Color -
namedColorToColor(
String text) → Color? -
rgbOrRgbaToColor(
String text) → Color? -
stringToColor(
String rawText) → Color