FlutterRotatedBox constructor

  1. @FreezedUnionValue.new(FlutterRotatedBox.unionValue)
FlutterRotatedBox({
  1. @cN FlutterKey? key,
  2. @cN AnyWidget? child,
  3. required int quarterTurns,
})

Implementation

@FreezedUnionValue(FlutterRotatedBox.unionValue)
factory FlutterRotatedBox({
  @FlutterKey.cN FlutterKey? key,
  @AnyWidget.cN AnyWidget? child,
  required int quarterTurns,
}) = _FlutterRotatedBox;