GeneralCard constructor

const GeneralCard({
  1. Key? key,
  2. Widget? title,
  3. Widget? description,
  4. TextAlign textAlign = TextAlign.center,
})

Implementation

const GeneralCard({super.key, this.title, this.description,
this.textAlign = TextAlign.center});