Rezi
    Preparing search index...

    Type Alias FocusConfig

    FocusConfig: Readonly<
        {
            animation?: FocusAnimation;
            contentStyle?: TextStyle;
            hintText?: string;
            indicator?: FocusIndicatorType;
            ringVariant?: FocusRingVariant;
            showHint?: boolean;
            style?: TextStyle;
        },
    >

    Focus configuration for a widget.