omega static method

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

Omega icon

Implementation

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