Troggle constructor
const
Troggle({
- Key? key,
- double width = 48.0,
- double height = 48.0,
- int quarterTurns = 0,
- required OnTrogglePositionChanged onPositionChanged,
Implementation
const Troggle({
Key? key,
this.width = 48.0,
this.height = 48.0,
this.quarterTurns = 0,
required this.onPositionChanged,
}) : super(key: key);