FlyBorder<T> mixin
Mixin that provides Tailwind-like border methods for any widget
- Mixin applications
Properties
Methods
-
applyBorder(
BuildContext context, Widget child) → Widget - Applies border styling to a widget using the resolved Border
-
border(
dynamic value) → T - Set uniform border width - accepts int, double, or String (token name/unit)
-
borderB(
dynamic value) → T - Set bottom border width - accepts int, double, or String (token name/unit)
-
borderColor(
dynamic value) → T - Set border color - accepts Color object or String (token name/hex)
-
borderL(
dynamic value) → T - Set left border width - accepts int, double, or String (token name/unit)
-
borderR(
dynamic value) → T - Set right border width - accepts int, double, or String (token name/unit)
-
borderStyle(
String value) → T - Set border style - accepts String ('solid', 'dashed', 'dotted', 'none', 'hidden')
-
borderT(
dynamic value) → T - Set top border width - accepts int, double, or String (token name/unit)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveBorder(
BuildContext context) → Border - Resolves border from FlyStyle and FlyTheme into Border
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited