I used the gradient in this way but it doesn't look as smooth as promised
Container(
height: AppSizes.height20,
decoration: BoxDecoration(
gradient: (themeData.brightness ==
Brightness.dark)
? SmoothGradient(
from: Color(0xFF0C3A18),
to: themeData.colorScheme.surface,
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
steps: 9,
curve: Curves.linear,
)

I used the gradient in this way but it doesn't look as smooth as promised
Container(
height: AppSizes.height20,
decoration: BoxDecoration(
gradient: (themeData.brightness ==
Brightness.dark)
? SmoothGradient(
from: Color(0xFF0C3A18),
to: themeData.colorScheme.surface,
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
steps: 9,
curve: Curves.linear,
)