divide static method

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

Divide icon

Implementation

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