CardBody constructor

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

Implementation

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