TopBarTheme constructor

TopBarTheme({
  1. Color background = const Color(0xffffffff),
  2. Color onBackground = const Color(0xff313a46),
})

Implementation

TopBarTheme({
  this.background = const Color(0xffffffff),
  this.onBackground = const Color(0xff313a46),
});