RotatedBoxModifier constructor
A widget that rotates its child.
The quarterTurns
argument must not be null.
Implementation
const RotatedBoxModifier({
super.key,
super.child,
super.modifierKey,
required this.quarterTurns,
});
A widget that rotates its child.
The quarterTurns
argument must not be null.
const RotatedBoxModifier({
super.key,
super.child,
super.modifierKey,
required this.quarterTurns,
});