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