width property

GeneratedColumn<double> get width

Implementation

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