19 import QtQuick.Controls.Suru 2.2
20 import Lomiri.Components 1.3
21 import
Dekko.Components 1.0
26 property alias iconColor: icon.color
27 property bool showLabel:
true
29 readonly
property int fullWidth: icon.width + label.width + units.gu(3)
30 readonly
property int minWidth: icon.width + units.gu(2)
33 implicitHeight: height
34 width: showLabel ? fullWidth : minWidth
42 aspect: showLabel ? LomiriShape.DropShadow : LomiriShape.Flat
43 color: button.pressed ? Suru.neutralColor : Suru.secondaryBackgroundColor
63 leftMargin: units.gu(1)
64 verticalCenter: parent.verticalCenter