PlutoDualGridDivider constructor

const PlutoDualGridDivider({
  1. bool show = true,
  2. Color backgroundColor = Colors.white,
  3. Color indicatorColor = const Color(0xFFA1A5AE),
  4. Color draggingColor = const Color(0xFFDCF5FF),
})

Implementation

const PlutoDualGridDivider({
  this.show = true,
  this.backgroundColor = Colors.white,
  this.indicatorColor = const Color(0xFFA1A5AE),
  this.draggingColor = const Color(0xFFDCF5FF),
});