bringToFront static method

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

BringToFront icon

Implementation

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