flipX property

bool flipX
final

Controls whether the child widget is flipped horizontally (mirrored). Setting flipX to true will cause the child to be displayed as if reflected across a vertical axis.

Implementation

final bool flipX;