putRadius static method
Put a radius value
Implementation
static void putRadius(BuildContext context, String key, double value) {
_getNotifier(context)?.putRadius(key, value);
}
Put a radius value
static void putRadius(BuildContext context, String key, double value) {
_getNotifier(context)?.putRadius(key, value);
}