FlexTable constructor
const
FlexTable({})
Implementation
const FlexTable({
super.key,
required super.child,
this.direction = Axis.horizontal,
this.scrollable = false,
this.configs,
this.gap = 12,
this.selectable = false,
this.onSelectChanged,
});