BoxGlyphSet class
Constructors
- BoxGlyphSet(String? glyphs)
-
const
- BoxGlyphSet.ascii()
-
factory
- BoxGlyphSet.bold()
-
factory
- BoxGlyphSet.double()
-
factory
- BoxGlyphSet.none()
-
factory
- BoxGlyphSet.rounded()
-
factory
- BoxGlyphSet.square()
-
factory
Properties
- bottomLeftCorner → String
-
no setter
- bottomRightCorner → String
-
no setter
- cross → String
-
no setter
- glyphs → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalLine → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- teeDown → String
-
no setter
- teeLeft → String
-
no setter
- teeRight → String
-
no setter
- teeUp → String
-
no setter
- topLeftCorner → String
-
no setter
- topRightCorner → String
-
no setter
- verticalLine → String
-
no setter
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