MaterialUIKit
Github
  • MaterialUIKit
  • Essentials
    • Configuring and Personalizing
    • Defining a Custom Color Schemes
  • Configuration and Color Schemes
    • MUIKitConfiguration
    • MUIKitColorScheme
  • Components
    • Action Button
      • ActionButtonStyle
    • Checkbox
    • Collection
      • CollectionStyle
    • Container
    • Date Selector
    • Dialog
    • Dialog Sheet
    • Dropdown Menu
      • Dropdown Menu Label
    • FAB
    • Icon Button
      • IconButtonStyle
    • Navigation Container
      • NavigationContainerHeaderStyle
      • Navigation Route
      • Navigation Route Label
    • Progress Bar
    • Radio Buttons Group
    • Search Box
    • Secure Text Box
    • Segmented Buttons
    • Separator
      • SeparatorOrientationStyle
    • Snackbar
    • Switch
    • Time Selector
    • Text Box
    • Tab Bar
      • TabBar Item
Powered by GitBook
On this page
  • Overview
  • Enumeration Cases
  1. Components
  2. Icon Button

IconButtonStyle

An enum representing different button styles for the IconButton.

Overview

IconButtonStyle defines the appearance of the Icon Button. Each style represents a distinct visual design for the circular button based on Material Design, allowing you to choose the appropriate look based on your UI needs.

Enumeration Cases

Styles
Description

elevated

A circular button with an elevated style.

filled

A circular button with a filled style.

tonal

A circular button with a tonal style.

PreviousIcon ButtonNextNavigation Container

Last updated 10 months ago