LindiController constructor
LindiController({})
Constructor to initialize properties with default values.
Implementation
LindiController(
{required this.icons,
this.borderColor = Colors.white,
this.borderWidth = 1.5,
this.showBorders = true,
this.shouldMove = true,
this.shouldRotate = true,
this.shouldScale = true,
this.minScale = 0.5,
this.maxScale = 4,
this.insidePadding = 13}) {
onPositionChange();
}