table static method

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

Table icon

Implementation

static Component table({IconSize size = IconSize.md}) =>
    lucide.Table(width: size.unit, height: size.unit);