bath static method

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

Bath icon

Implementation

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