filter property

IconParkData filter
getter/setter pair

filter 筛选

category: Edit 编辑 author: 刘心乐 tag: 漏斗, 筛选, 过滤 rtl: true

Implementation

static IconParkData filter = IconParkData("filter", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L20.4 25.8178V38.4444L27.6 42V25.8178L42 9H6Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');