listRowBackground property
Color
get
listRowBackground
Resolved default list row background.
Implementation
Color get listRowBackground => listRowTheme?.background ?? surface;
Resolved default list row background.
Color get listRowBackground => listRowTheme?.background ?? surface;