viewGridCard property

IconParkData viewGridCard
getter/setter pair

view-grid-card 卡片查看模式

category: Edit 编辑 author: 常留留 tag: 列表模式, 宫格, 应用, 网格视图 rtl: false

Implementation

static IconParkData viewGridCard = IconParkData("viewGridCard", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="36" height="36" rx="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="13" y="13" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="27" y="13" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="13" y="27" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="27" y="27" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');