FlyBorderUtils class
Utility class for handling Tailwind-like border logic
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
apply(
BuildContext context, FlyStyle style, Widget child) → Widget - Applies border styling to a widget using the resolved Border
-
createBorderWidget(
BuildContext context, FlyStyle style, Widget child) → Widget - Creates a border widget that handles custom borders (dashed, dotted)
-
getDashPattern(
FlyStyle style) → List< double> - Gets the dash pattern for custom borders
-
needsCustomBorder(
FlyStyle style) → bool - Checks if custom border rendering is needed (dashed, dotted)
-
resolve(
BuildContext context, FlyStyle style) → Border - Resolves border from FlyStyle and FlyTheme into Border