MediasfuBorders class
Border utilities for the modern MediaSFU UI.
Provides:
- Animated gradient borders
- Glowing border effects
- Neumorphic border styles
- Focus ring utilities
- Pulse border animations
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
-
bottom(
double radius) → BorderRadius - Radius for bottom corners only
-
circular(
double radius) → BorderRadius - Circular radius for all corners
-
emphasized(
{bool darkMode = false, Color? color}) → Border - Emphasized border for focused elements
-
error(
{bool darkMode = false}) → Border - Error state border
-
focusRing(
{bool darkMode = false, Color? color, double borderRadius = lg}) → BoxDecoration - Focus ring border
-
left(
double radius) → BorderRadius - Radius for left corners only
-
right(
double radius) → BorderRadius - Radius for right corners only
-
standard(
{bool darkMode = false}) → Border - Standard border for inputs and interactive elements
-
subtle(
{bool darkMode = false}) → Border - Subtle border for cards and containers
-
success(
{bool darkMode = false}) → Border - Success state border
-
top(
double radius) → BorderRadius - Radius for top corners only