sideBarWidth property
Implementation
GeneratedColumn<double> get sideBarWidth => $composableBuilder(
column: $table.sideBarWidth,
builder: (column) => column,
);
GeneratedColumn<double> get sideBarWidth => $composableBuilder(
column: $table.sideBarWidth,
builder: (column) => column,
);