setContext method
void
setContext(
- 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;