listBackgroundColor method

  1. @override
Color listBackgroundColor(
  1. BuildContext context
)
override

Implementation

@override
Color listBackgroundColor(BuildContext context) {
  return Colors.white;
}