alternatingBackgroundColor2 property
Color
get
alternatingBackgroundColor2
Implementation
Color get alternatingBackgroundColor2 =>
isLight ? surface.darken(0.06) : surface.brighten(0.06);
Color get alternatingBackgroundColor2 =>
isLight ? surface.darken(0.06) : surface.brighten(0.06);