CupertinoBrowserTopBar constructor

const CupertinoBrowserTopBar({
  1. Key? key,
  2. List<Widget> leadingButtons = const [],
  3. List<Widget> trailingButtons = const [],
  4. bool showAddressWhenUsingIframe = false,
})

Implementation

const CupertinoBrowserTopBar({
  super.key,
  this.leadingButtons = const [],
  this.trailingButtons = const [],
  this.showAddressWhenUsingIframe = false,
});