PlutoDualGridDivider.dark constructor

const PlutoDualGridDivider.dark({
  1. bool show = true,
  2. Color backgroundColor = const Color(0xFF111111),
  3. Color indicatorColor = const Color(0xFF000000),
  4. Color draggingColor = const Color(0xFF313131),
})

Implementation

const PlutoDualGridDivider.dark({
  this.show = true,
  this.backgroundColor = const Color(0xFF111111),
  this.indicatorColor = const Color(0xFF000000),
  this.draggingColor = const Color(0xFF313131),
});