Skip to content

not smooth really #1

@bugrevealingbme

Description

@bugrevealingbme

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,
)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions