check property

IconParkData check
getter/setter pair

check 校验

category: Character 符号标识 author: 刘心乐 tag: 勾选, 对勾, 正确, 成功, 完成, 选中 rtl: true

Implementation

static IconParkData check = IconParkData("check", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43 11L16.875 37L5 25.1818" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');