history static method

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

History icon

Implementation

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