showIntroduction property

ColumnFilters<bool> get showIntroduction

Implementation

ColumnFilters<bool> get showIntroduction => $composableBuilder(
  column: $table.showIntroduction,
  builder: (column) => ColumnFilters(column),
);