CupertinoBrowserBottomBar constructor
const
CupertinoBrowserBottomBar({})
Implementation
const CupertinoBrowserBottomBar({
super.key,
this.leadingButtons,
this.trailingButtons,
this.buttonPadding = const EdgeInsets.symmetric(
horizontal: 10,
vertical: 3,
),
});