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
-
- Object
- CliCommand
- StoreScreenshotCliCommand
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