AlphaStickerController constructor
AlphaStickerController({
- Color borderColor = Colors.blue,
- Color iconColor = Colors.white,
- bool showDone = true,
- bool showClose = true,
- bool showFlip = true,
- bool showStack = true,
- bool showLock = true,
- bool showAllBorders = true,
- bool shouldMove = true,
- bool shouldRotate = true,
- bool shouldScale = true,
- double minScale = 0.5,
- double maxScale = 4,
- void onTapSticker(
- String ID
- void onScaleStickerStart(
- String ID
- void onActionAfterDone(
- String ID
- void onActionAfterDelete(
- String ID
- void onTapOutsideSticker(
- String ID
- List<
double> ? defaultMatrix, - double? borderRadius,
Implementation
AlphaStickerController(
{this.borderColor = Colors.blue,
this.iconColor = Colors.white,
this.showDone = true,
this.showClose = true,
this.showFlip = true,
this.showStack = true,
this.showLock = true,
this.showAllBorders = true,
this.shouldMove = true,
this.shouldRotate = true,
this.shouldScale = true,
this.minScale = 0.5,
this.maxScale = 4,
this.onTapSticker,
this.onScaleStickerStart,
this.onActionAfterDone,
this.onActionAfterDelete,
this.onTapOutsideSticker,
this.defaultMatrix,
this.borderRadius});