appBackgroundColor method

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

Implementation

@override
Color appBackgroundColor(BuildContext context) {
  return HexColor.fromHex('#f2f2f6');
}