StoreScreenshotCliCommand class

Create screenshot images, etc. for the store based on the images in the source_dir.

The images are stored in export_dir.

The color specifies the background color.

The orientation specifies the orientation.

source_dirにある画像を元にストア用のスクリーンショット画像等を作成します。

export_dirに画像が格納されます。

colorには背景色を指定します。

orientationには向きを指定します。

Inheritance

Constructors

StoreScreenshotCliCommand()
Create screenshot images, etc. for the store based on the images in the source_dir.
const

Properties

description String
Command Description.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec(ExecContext context) Future<void>
Run command.
override
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