resolveDouble static method
Resolves values to double (int, double, string tokens, CSS units) for spacing and radius
Implementation
static double resolveDouble(
dynamic value,
BuildContext context,
FlyToken<double> tokens,
) {
return _resolveDoubleInternal(value, context, tokens, allowNegative: false);
}