bedDouble static method

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

BedDouble icon

Implementation

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