background method

StyleBuilder background(
  1. Map<String, dynamic> background
)

Sets the background configuration.

Implementation

StyleBuilder background(Map<String, dynamic> background) {
  _config['background'] = background;
  return this;
}