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