TableStructure constructor
TableStructure({})
Implementation
TableStructure({
required this.key,
required this.title,
required this.isShowing,
this.isDisable = false,
this.columnFlex = 1,
});
TableStructure({
required this.key,
required this.title,
required this.isShowing,
this.isDisable = false,
this.columnFlex = 1,
});