resolveTracking method
Resolves tracking styling from FlyStyle and FlyThemeData into double
Implementation
double? resolveTracking(BuildContext context) {
return FlyTrackingUtils.resolve(context, flyStyle);
}
Resolves tracking styling from FlyStyle and FlyThemeData into double
double? resolveTracking(BuildContext context) {
return FlyTrackingUtils.resolve(context, flyStyle);
}