animationPropertyTypeMap top-level constant

Map<AnimationProperty, Type> const animationPropertyTypeMap

Implementation

const Map<AnimationProperty, Type> animationPropertyTypeMap = {
  AnimationProperty.opacity: double,
  AnimationProperty.alignment: Alignment,
  AnimationProperty.width: Dimension,
  AnimationProperty.height: Dimension,
  AnimationProperty.margin: EdgeInsets,
  AnimationProperty.padding: EdgeInsets,
  AnimationProperty.backgroundDecoration: BoxDecoration,
  AnimationProperty.foregroundDecoration: BoxDecoration,
  AnimationProperty.shadows: List,
  AnimationProperty.insetShadows: List,
  AnimationProperty.shapeBorder: MorphableShapeBorder,
  AnimationProperty.transform: SmoothMatrix4,
  AnimationProperty.transformAlignment: Alignment,
  AnimationProperty.childAlignment: Alignment,
  AnimationProperty.textStyle: DynamicTextStyle,
};