RowWidgetModel<T> constructor
RowWidgetModel<T> ({
- required List<
RowFieldWidgetModel> rowFieldList, - T? others,
- CheckBoxWidgetStyle? checkBoxWidgetStyle,
- bool rowClickable = false,
- dynamic onRowClick()?,
- bool canBeSelected = true,
constructor
Implementation
RowWidgetModel({
required this.rowFieldList,
this.others,
this.checkBoxWidgetStyle,
this.rowClickable = false,
this.onRowClick,
this.canBeSelected = true,
});