background method
Sets the background configuration.
Implementation
StyleBuilder background(Map<String, dynamic> background) {
_config['background'] = background;
return this;
}
Sets the background configuration.
StyleBuilder background(Map<String, dynamic> background) {
_config['background'] = background;
return this;
}