binary static method

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

Binary icon

Implementation

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