The `icon-button-toggle` component [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle)
| 17 | /// |
| 18 | /// [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle) |
| 19 | pub struct IconButtonToggle { |
| 20 | props: IconButtonToggleProps, |
| 21 | node_ref: NodeRef, |
| 22 | change_listener: Option<EventListener>, |
| 23 | } |
| 24 | |
| 25 | /// Props for [`IconButtonToggle`] |
| 26 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected