Widget flip({bool horizontal = false, bool vertical = false}) { return Transform.flip( flipX: horizontal, flipY: vertical, child: this, ); }