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.
Last updated