modules/theming/domain/services/services library
Classes
-
ThemeGeneratorService<
Theme> -
A service that generates a theme of type
Theme
based on a ThemeBase.
Functions
-
squircle(
{BorderSide side = BorderSide.none, double radius = 10, bool topLeft = true, bool topRight = true, bool bottomLeft = true, bool bottomRight = true, bool left = true, bool right = true, bool top = true, bool bottom = true, BorderAlign borderAlign = BorderAlign.inside}) → SmoothRectangleBorder -
Creates a squircle border with the given
radius
.