doneAll property

IconParkData doneAll
getter/setter pair

done-all 完成全部

category: Edit 编辑 author: 常留留 tag: 全部完成, 打勾, 勾选, 全选 rtl: true

Implementation

static IconParkData doneAll = IconParkData("doneAll", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 24L15.25 25.25M44 14L24 34L22.75 32.75" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 24L14 34L34 14" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');