GridComponentEditor constructor Null safety

const GridComponentEditor(
  1. {dynamic super}
)

Implementation

const GridComponentEditor({
  super.key,
  required this.app,
});