unfoldVertical static method

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

UnfoldVertical icon

Implementation

static Component unfoldVertical({IconSize size = IconSize.md}) =>
    lucide.UnfoldVertical(width: size.unit, height: size.unit);