context property

Implementation

CardFormFieldContext get context {
  assert(
      _context != null, 'CardEditController is not attached to any CardView');
  return _context!;
}