panelBottomOpen static method

ArcaneGlyph panelBottomOpen({
  1. IconSize size = IconSize.md,
})

PanelBottomOpen icon

Implementation

static ArcaneGlyph panelBottomOpen({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e42f', size: size);