PlutoDualGridDividerWidget constructor

const PlutoDualGridDividerWidget({
  1. required Color backgroundColor,
  2. required Color indicatorColor,
  3. required Color draggingColor,
  4. required void dragCallback(
    1. DragUpdateDetails
    ),
  5. Key? key,
})

Implementation

const PlutoDualGridDividerWidget({
  required this.backgroundColor,
  required this.indicatorColor,
  required this.draggingColor,
  required this.dragCallback,
  Key? key,
}) : super(key: key);