backgroundColor property

  1. @override
Color get backgroundColor
override

Background color for the chat view.

Implementation

@override
Color get backgroundColor => Theme.of(context).scaffoldBackgroundColor;