command static method

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

Command icon

Implementation

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