S360fSelectableOptionsContainer constructor
const
S360fSelectableOptionsContainer({})
Implementation
const S360fSelectableOptionsContainer({
required this.items,
this.itemBuilder,
this.cols = 2,
this.colSpacing = 0,
this.rowSpacing = 0,
this.onItemTap,
this.onDisableTap,
this.disabled = false,
this.extent,
this.showCheckbox = false,
super.key,
});