WidgetOffset extension

Offset Extension

This extension allows changing the offset (translation) of any widget by specifying separate X and Y coordinates.

on

Methods

offset({double x = 0.0, double y = 0.0}) Transform

Available on Widget, provided by the WidgetOffset extension

Translates (moves) the widget by the given x and y coordinates.