showIntroduction property

ColumnOrderings<bool> get showIntroduction

Implementation

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