ColumnEntity constructor
const
ColumnEntity({
- bool primaryKey = false,
- bool autoIncrease = false,
- String? name,
- String title = '',
- String type = 'string',
- String? format,
- String description = '',
- bool display = true,
- bool editable = true,
- double widthFactor = 0.2,
- InputDecorationEntity? inputDecoration,
- ConstrainsEntity? constrains,
- StyleEntity? style,
Implementation
const ColumnEntity({
this.primaryKey = false,
this.autoIncrease = false,
this.name,
this.title = '',
this.type = 'string',
this.format,
this.description = '',
this.display = true,
this.editable = true,
this.widthFactor = 0.2,
this.inputDecoration,
this.constrains,
this.style,
});