implicitContentHeight + topPadding + bottomPadding) padding: 12 spacing: 6 icon.width: 24 icon.height: 24 icon.color: !enabled ? Material.hintTextColor : down || checked ? Material.accentColor : Material.foreground contentItem: IconLabel { spacing: control.spacing mirrored: control.mirrored display: control.display icon: control.icon text: control.text font: control.font color: !control.enabled ? control.Material.hintTextColor : control.down || control.checked ? control.Material.accentColor : control.Material.foreground } background: Ripple { implicitHeight: control.Material.touchTarget clip: true pressed: control.pressed anchor: control active: enabled && (control.down || control.visualFocus || control.hovered) color: control.Material.rippleColor } }