Rezi
    Preparing search index...

    Type Alias SpinnerProps

    SpinnerProps: Readonly<
        {
            key?: string;
            label?: string;
            style?: TextStyle;
            variant?: | "dots"
            | "line"
            | "circle"
            | "bounce"
            | "pulse"
            | "arrows"
            | "dots2";
        },
    >

    Props for spinner widget. Animated loading indicator driven by tick events.