school static method

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

School icon

Implementation

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