table2 static method

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

Table2 icon

Implementation

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