LindiController constructor
LindiController({
- 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,
Constructor to initialize properties with default values.
Implementation
LindiController(
{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});