ShellLine constructor

const ShellLine({
  1. Key? key,
  2. required MeshElement? previous,
  3. required MeshElement message,
  4. required MeshElement? next,
})

Implementation

const ShellLine({super.key, required this.previous, required this.message, required this.next});