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
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

Constants

full → const double
Full/Pill - 9999px
lg → const double
Large - 16px
md → const double
Medium - 12px
none → const double
No radius
sm → const double
Small - 8px
xl → const double
Extra large - 20px
xs → const double
Extra small - 4px
xxl → const double
2XL - 24px
xxxl → const double
3XL - 32px