Rezi
    Preparing search index...

    Type Alias ProgressProps

    ProgressProps: Readonly<
        {
            dsTone?: WidgetTone;
            key?: string;
            label?: string;
            showPercent?: boolean;
            style?: TextStyle;
            trackStyle?: TextStyle;
            value: number;
            variant?: ProgressVariant;
            width?: number;
        },
    >

    Props for progress bar widget. Displays completion progress with customizable appearance.