distributeHorizontalSpacing property

IconParkData distributeHorizontalSpacing
getter/setter pair

distribute-horizontal-spacing 水平间距分布

category: Edit 编辑 author: 齐奉飞 tag: 水平间距分布, 横向居中对齐 rtl: false

Implementation

static IconParkData distributeHorizontalSpacing = IconParkData("distributeHorizontalSpacing", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 43L8 5" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M40 43L40 5" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><rect x="20" y="14" width="8" height="20" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');