ShapeLayerProperties constructor

const ShapeLayerProperties({
  1. Key? key,
  2. required ShapeLayerModel layer,
})

Implementation

const ShapeLayerProperties({super.key, required this.layer});