Utilities for controlling the translation of widgets.
Center(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
StiloTransformTranslate.translateXY52(
child: Container(
width: StiloWidth.w64,
height: StiloHeight.h36,
decoration: BoxDecoration(
color: StiloColor.blue[500],
borderRadius: StiloBorderRadius.allMd,
boxShadow: StiloBoxShadow.xl,
),
),
),
],
),
)