badgeCent static method

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

BadgeCent icon

Implementation

static Component badgeCent({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e50f', size: size);