ColumnLineResizer constructor
const
ColumnLineResizer({})
Implementation
const ColumnLineResizer(
{Key? key,
required this.number,
this.isExpanded = false,
this.touchY = 0,
this.isSelected,
this.showIcon,
this.color,
required this.onDrag,
required this.onDragEnd,
required this.onHover})
: super(key: key);