background property

Widget? background
final

Shown behind the title when expanded.

Typically an Image widget with Image.fit set to BoxFit.cover.

Implementation

final Widget? background;