class SpinnerView codeA spinner that can be used to indicate that something is loading. Constructorsnew Spinner(unnamed 0?: SpinnerOptions)View codeCreates a new spinner. Propertiescolor: Color | undefinedView codemessage: stringView codeMethodsstart(): voidView codeStarts the spinner. stop(): voidView codeStops the spinner.