AwesomeOrientedWidget constructor

const AwesomeOrientedWidget(
  1. {Key? key,
  2. required Widget child,
  3. bool rotateWithDevice = true}
)

Implementation

const AwesomeOrientedWidget({
  super.key,
  required this.child,
  this.rotateWithDevice = true,
});