BottomNavigationBarTheme constructor
- Key? key,
- required BottomNavigationBarThemeData data,
- required Widget child,
Constructs a bottom navigation bar theme that configures all descendant BottomNavigationBar widgets.
Implementation
const BottomNavigationBarTheme({super.key, required this.data, required super.child});