CrossWidgetSimple.fromBasicShape constructor
Implementation
CrossWidgetSimple.fromBasicShape({
required BasicShape shape,
this.displayLetters = false,
this.reference = false,
}) : resultValueNotifier = ResultNotifier() {
resultValueNotifier?.cross = shape;
}