iceCreamBowl static method

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

IceCreamBowl icon

Implementation

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