expand static method

Widget expand({
  1. IconSize size = IconSize.md,
})

Expand icon

Implementation

static Widget expand({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e21a', size: size);