wx_utils 0.0.4 wx_utils: ^0.0.4 copied to clipboard
Provide common functionalities that can be reused across different parts of the Widgetarian codebase.
WxColors.onSurface(backgroundColor);
WxColors.withTransparency(
style.borderColor,
opacity: style.borderOpacity,
alpha: style.borderAlpha,
);
lerpDouble(1.1, 5.5, 0.5);
lerpInt(1, 5, 0.7);
lerpBool(true, false, 0.4);
lerpEnum(CrossAxisAlignment.start, CrossAxisAlignment.end, 0.6);