backgroundColor property

Color? backgroundColor
final

Background color for cell and def value = Theme.of(context).scaffoldBackgroundColor)

整个cell控件的背景色 默认是Theme.of(context).scaffoldBackgroundColor

Implementation

final Color? backgroundColor;