castle static method

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

Castle icon

Implementation

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