FlyRounded<T> mixin
Mixin that provides Tailwind-like rounded methods for any widget
Properties
Methods
-
applyRounded(
BuildContext context, Widget child) → Widget - Applies rounded styling to a widget using the resolved BorderRadius
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveRounded(
BuildContext context) → BorderRadius - Resolves rounded styling from FlyStyle and FlyConfig into BorderRadius
-
rounded(
dynamic value) → T - Set uniform rounded styling - accepts int, double, or String (token name/unit)
-
roundedB(
dynamic value) → T - Set bottom rounded styling (bottom-left + bottom-right) - accepts int, double, or String (token name/unit)
-
roundedBl(
dynamic value) → T - Set bottom-left rounded styling - accepts int, double, or String (token name/unit)
-
roundedBr(
dynamic value) → T - Set bottom-right rounded styling - accepts int, double, or String (token name/unit)
-
roundedL(
dynamic value) → T - Set left rounded styling (top-left + bottom-left) - accepts int, double, or String (token name/unit)
-
roundedR(
dynamic value) → T - Set right rounded styling (top-right + bottom-right) - accepts int, double, or String (token name/unit)
-
roundedT(
dynamic value) → T - Set top rounded styling (top-left + top-right) - accepts int, double, or String (token name/unit)
-
roundedTl(
dynamic value) → T - Set top-left rounded styling - accepts int, double, or String (token name/unit)
-
roundedTr(
dynamic value) → T - Set top-right rounded styling - accepts int, double, or String (token name/unit)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited