ScaleAxis constructor
Implementation
ScaleAxis(
this.child, {
Key key,
this.dx = 1.0,
this.dy = 1.0,
this.origin = const Offset(0, 0),
this.alignment = Alignment.center,
}) : super(key: key);
ScaleAxis(
this.child, {
Key key,
this.dx = 1.0,
this.dy = 1.0,
this.origin = const Offset(0, 0),
this.alignment = Alignment.center,
}) : super(key: key);