RotatedBox constructor Null safety
A widget that rotates its child.
The quarterTurns argument must not be null.
Implementation
const RotatedBox({
super.key,
required this.quarterTurns,
super.child,
}) : assert(quarterTurns != null);
A widget that rotates its child.
The quarterTurns argument must not be null.
const RotatedBox({
super.key,
required this.quarterTurns,
super.child,
}) : assert(quarterTurns != null);