memoryStick static method

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

MemoryStick icon

Implementation

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