theater static method

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

Theater icon

Implementation

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