inspectionPanel static method

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

InspectionPanel icon

Implementation

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