backgroundColor property Null safety

int backgroundColor
final

画面背景颜色 格式为 256 ✖ 256 ✖ R + 256 ✖ G + B的和。请将对应 RGB 的值分别带入此公式计算即可。若未设置,则默认为0。

Implementation

final int backgroundColor;