backgroundFor method

  1. @override
Color? backgroundFor(
  1. String? language
)
override

The background color to use for language's code block, or null to keep the ambient surface color.

Implementation

@override
Color? backgroundFor(String? language) => theme.background;