alignHorizontalJustifyEnd static method

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

AlignHorizontalJustifyEnd icon

Implementation

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