[ProgressIndicator] Added other predefined styles in document.

PiperOrigin-RevId: 347914734
This commit is contained in:
haodong 2020-12-16 18:58:17 -05:00 committed by Leticia Santos
parent 4af9eabe8a
commit 2a6715f464

View File

@ -294,12 +294,14 @@ Circular type progress indicators also have the following attributes:
#### Styles
|   | Style |
| ------------------ | ----------------------------------------------------- |
| **Default linear | `Widget.MaterialComponents.LinearProgressIndicator` |
: style** : :
| **Default circular | `Widget.MaterialComponents.CircularProgressIndicator` |
: style** : :
  | Style
-------------------------------------- | -----
**Default linear**<br/>**style** | `Widget.MaterialComponents.LinearProgressIndicator`
**Default circular**<br/>**style** | `Widget.MaterialComponents.CircularProgressIndicator`
**Medium circular**<br/>**style** | `Widget.MaterialComponents.CircularProgressIndicator.Medium`
**Small circular**<br/>**style** | `Widget.MaterialComponents.CircularProgressIndicator.Small`
**Extra small circular**<br/>**style** | `Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall`
Default linear style theme attribute: `?attr/linearProgressIndicatorStyle`