DeviceFramePlugin class

Wraps each story into device frame.

User can customize orientation, device model and whether to show device bezels.

Inheritance

Constructors

DeviceFramePlugin({DeviceFrameData initialData = const DeviceFrameData()})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
Icon that will be rendered in settings panel.
finalinherited
initialData DeviceFrameData?
Initial data.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingsBuilder PluginSettingsBuilder?
Settings panel content for this plugin.
finalinherited
storyBuilder PluginStoryBuilder
Story wrapper.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited