setSelectedShape method
Set the Selected Shape
Implementation
setSelectedShape(BoxShape shape) {
setState(() {
selectedShape = shape;
});
}
Set the Selected Shape
setSelectedShape(BoxShape shape) {
setState(() {
selectedShape = shape;
});
}