TextCell constructor

const TextCell({
  1. required String title,
  2. Key? key,
})

Implementation

const TextCell({required this.title, super.key});