OptimusCircleLoaderVariant.determinate constructor

const OptimusCircleLoaderVariant.determinate(
  1. double progress
)

Use this option if the progress can be precisely measured, calculated, or otherwise determined against the specific action. The value shows the progress of the operation ranging from 0 to 100 until it is finished.

Implementation

const factory OptimusCircleLoaderVariant.determinate(double progress) =
    Determinate;