bottomAppBarTheme property

BottomAppBarTheme bottomAppBarTheme

Returns the bottom app bar theme from the closest material.BottomAppBarTheme ancestor.

context.bottomAppBarTheme is equivalent to material.BottomAppBarTheme.of.

Implementation

material.BottomAppBarTheme get bottomAppBarTheme {
  return material.BottomAppBarTheme.of(this);
}