TFormCell constructor

const TFormCell({
  1. Key? key,
  2. required TFormRow row,
})

Implementation

const TFormCell({Key? key, required this.row}) : super(key: key);