R3C2 constructor

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

Implementation

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