NamedLine constructor
const
NamedLine({
- required String name,
- required Expression expression,
- Paint? paint,
- String? father,
- bool isGroup = false,
Implementation
const NamedLine({required this.name, required this.expression, this.paint, this.father, this.isGroup = false});