inspectionPanel static method

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

InspectionPanel icon

Implementation

static Component inspectionPanel({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e583', size: size);