Widget _buildShadowsMiddle(BuildContext context) { return Container( width: 100, height: 50, decoration: BoxDecoration( color: TDTheme.of(context).whiteColor1, boxShadow: TDTheme.of(context).shadowsMiddle, borderRadius: BorderRadius.circular(TDTheme.of(context).radiusDefault)), ); }