Figure constructor

Figure({
  1. Object? key,
})

Implementation

Figure({super.key}) : super('figure');