formula property

IconParkData formula
getter/setter pair

formula 公式

category: Edit 编辑 author: 金磊 tag: 公式, 算法, 计算, 复杂, 数学 rtl: true

Implementation

static IconParkData formula = IconParkData("formula", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 9L37 6H8L26 24L8 42H37L40 39" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');