Border class
Describes a border made of box-drawing characters for each side.
Empty strings mean no border on that side. Use Border.all for a full box border, or Border.symmetric for horizontal/vertical patterns.
Constructors
Properties
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