space static method

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

Space icon

Implementation

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