toolbarMode property

ToolbarMode? toolbarMode
final

The ToolbarMode determining where the toolbar is placed.

This runtime property is only supported on iOS. In order to change the toolbar position on Android, please refer to our documentation: https://img.ly/docs/pesdk/android/customization/themes/

// Defaults to:
ToolbarMode.bottom

Implementation

final ToolbarMode? toolbarMode;