nonBinary static method

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

NonBinary icon

Implementation

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