codesandbox static method

Component codesandbox({
  1. IconSize size = IconSize.md,
})

Codesandbox icon

Implementation

static Component codesandbox({IconSize size = IconSize.md}) =>
    lucide.Codesandbox(width: size.unit, height: size.unit);