globeLock static method

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

GlobeLock icon

Implementation

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