bedSingle static method

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

BedSingle icon

Implementation

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