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