CustomCurveParser typedef

CustomCurveParser = Curve Function(Map<String, dynamic>)

Parser for creating Curve from a data map.

Takes a Map<String, dynamic> and returns a corresponding Curve object. Used for deserializing animation curves from JSON or other data formats.

Implementation

typedef CustomCurveParser = Curve Function(Map<String, dynamic>);