history static method

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

History icon

Implementation

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