setBackgroundColor method

PermissionThemeBuilder setBackgroundColor(
  1. String v
)

Implementation

PermissionThemeBuilder setBackgroundColor(String v) {
  colors['background'] = v;
  return this;
}