Creates an orientation builder.
The builder argument must not be null.
Source
OrientationBuilder({ Key key, @required this.builder, }) : super(key: key) { assert(builder != null); }
Creates an orientation builder.
The builder argument must not be null.
OrientationBuilder({ Key key, @required this.builder, }) : super(key: key) { assert(builder != null); }