GridLayer constructor

const GridLayer({
  1. Key? key,
  2. required NodeFlowTheme theme,
  3. required TransformationController transformationController,
})

Implementation

const GridLayer({
  super.key,
  required this.theme,
  required this.transformationController,
});