context property

CardFieldContext get context

Implementation

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