setContext method

void setContext(
  1. Context c
)

Sets the context to a new one, to be used internally by MultiSpinner.

Implementation

// ignore: use_setters_to_change_properties
void setContext(Context c) => _context = c;