ShellLine constructor
const
ShellLine({
- Key? key,
- required MeshElement? previous,
- required MeshElement message,
- required MeshElement? next,
Implementation
const ShellLine({super.key, required this.previous, required this.message, required this.next});