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