Gaph constructor

const Gaph(
  1. double? h, {
  2. Key? key,
})

Implementation

const Gaph(this.h, {super.key});