ShapeCard constructor

const ShapeCard({
  1. Key? key,
})

Implementation

const ShapeCard({Key? key}) : super(key: key);