s method

double s()

Implementation

double s() {
  return this *
      (ScaleInheritedStateContainer.of(findAppContext)?.scaleValue ?? _scale);
}