Button components

July 25, 2018 ยท View on GitHub

The Material Design specs list 5 button types:

  • Text button
    • Used for low emphasis
    • Create this with Button
  • Outlined button
    • Used for medium emphasis
    • Create this with Button with option border: true
  • Contained button
    • Used for high emphasis
    • Create this with Button with option raised: true
  • Toggle button
  • Floating action button
    • For the primary action of a screen
    • Create this with FAB

Finally, you can use Icon Button to create an interactive icon.