ErrorFieldCell constructor

const ErrorFieldCell({
  1. required String warning,
  2. Key? key,
})

Implementation

const ErrorFieldCell({
  required this.warning,
  super.key,
});