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
-
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 -
expressionToLineHeight(
Expression value) → LineHeight -
expressionToListStyleType(
LiteralTerm value) → ListStyleType? -
expressionToPadding(
List< Expression> ? lengths) → List<double?> -
expressionToPaddingLength(
Expression value) → double? -
expressionToTextAlign(
Expression value) → TextAlign -
expressionToTextDecorationLine(
List< LiteralTerm?> value) → TextDecoration -
expressionToTextDecorationStyle(
LiteralTerm value) → TextDecorationStyle -
expressionToTextShadow(
List< Expression> value) → List<Shadow> -
hslToRgbToColor(
String text) → Color -
namedColorToColor(
String text) → Color? -
rgbOrRgbaToColor(
String text) → Color? -
stringToColor(
String textString) → Color