CalculationOperation typedef
Defines a mathematical operation for combining two numeric values.
Used with calculated size and position units to specify how values should be combined. Common operations include addition, subtraction, multiplication, and division.
Implementation
typedef CalculationOperation = double Function(double a, double b);