defaultWebToolbarItems property
List<PspdfkitWebToolbarItem>
get
defaultWebToolbarItems
Get default Web main toolbar items.
- Returns a list of default PspdfkitWebToolbarItem items when called on web.
- Returns an empty list on other platforms.
Implementation
static List<PspdfkitWebToolbarItem> get defaultWebToolbarItems =>
PspdfkitFlutterPlatform.instance.defaultWebToolbarItems;