alternatingBackgroundColor1 property
Color
get
alternatingBackgroundColor1
Implementation
Color get alternatingBackgroundColor1 =>
isLight ? Colors.white : const Color(0xFF1B1B1F);
Color get alternatingBackgroundColor1 =>
isLight ? Colors.white : const Color(0xFF1B1B1F);