Defines header for [`IconButtonToggle`][crate::IconButtonToggle]. If the child passed is an element (a `VTag`), then it is modified to include the appropriate attributes. Otherwise, the child is wrapped in a `span` containing said attributes.
| 17 | /// the appropriate attributes. Otherwise, the child is wrapped in a `span` |
| 18 | /// containing said attributes. |
| 19 | pub struct OffIconButtonToggle { |
| 20 | props: OffIconButtonToggleProps, |
| 21 | } |
| 22 | |
| 23 | impl Component for OffIconButtonToggle { |
| 24 | type Message = (); |
nothing calls this directly
no outgoing calls
no test coverage detected