ToolbarConfig class
Constructors
-
ToolbarConfig({List<
ToolbarAction> androidAvailableActions = const [ToolbarAction.thumbnail, ToolbarAction.search, ToolbarAction.bota, ToolbarAction.menu], List<ToolbarAction> iosLeftBarAvailableActions = const [ToolbarAction.back, ToolbarAction.thumbnail], List<ToolbarAction> iosRightBarAvailableActions = const [ToolbarAction.search, ToolbarAction.bota, ToolbarAction.menu], List<ToolbarMenuAction> availableMenus = const [ToolbarMenuAction.viewSettings, ToolbarMenuAction.documentEditor, ToolbarMenuAction.security, ToolbarMenuAction.watermark, ToolbarMenuAction.flattened, ToolbarMenuAction.documentInfo, ToolbarMenuAction.save, ToolbarMenuAction.share, ToolbarMenuAction.openDocument]}) -
const
Properties
-
androidAvailableActions
→ List<
ToolbarAction> -
final
-
availableMenus
→ List<
ToolbarMenuAction> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iosLeftBarAvailableActions
→ List<
ToolbarAction> -
final
-
iosRightBarAvailableActions
→ List<
ToolbarAction> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited