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