code static method

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

Code icon

Implementation

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