getAppBarColor method

Color getAppBarColor()

Returns app bar color or default

Implementation

Color getAppBarColor() {
  return appBarColor ?? Color(0xFFfff1d0);
}