stretchHorizontal static method

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

StretchHorizontal icon

Implementation

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