A widget that rotates its child.
The quarterTurns argument must not be null.
Source
RotatedBox({
Key key,
@required this.quarterTurns,
Widget child
}) : super(key: key, child: child) {
assert(quarterTurns != null);
}
A widget that rotates its child.
The quarterTurns argument must not be null.
RotatedBox({
Key key,
@required this.quarterTurns,
Widget child
}) : super(key: key, child: child) {
assert(quarterTurns != null);
}