help static method

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

Alias for circle-question-mark - semantic name for common use case

Implementation

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