LogBorderSytle class

Constructors

LogBorderSytle({required String topRightBorder, required String topLeftBorder, required String traceBorder, required String middleRightBorder, required String middleLeftBorder, required String connectorLeftBorder, required String connectorRightBorder, required String bottomRightBorder, required String bottomLeftBorder})
const
LogBorderSytle.doubleBorder({String topRightBorder = '╗', String topLeftBorder = '╔', String traceBorder = '═', String middleRightBorder = '║', String middleLeftBorder = '║', String connectorLeftBorder = '╠', String connectorRightBorder = '╣', String bottomRightBorder = '╝', String bottomLeftBorder = '╚'})
const
LogBorderSytle.singleBorder({String topRightBorder = '┓', String topLeftBorder = '┏', String traceBorder = '─', String middleRightBorder = '┃', String middleLeftBorder = '┃', String connectorLeftBorder = '┣', String connectorRightBorder = '┫', String bottomRightBorder = '┛', String bottomLeftBorder = '┗'})
const

Properties

bottomLeftBorder String
final
bottomRightBorder String
final
connectorLeftBorder String
final
connectorRightBorder String
final
hashCode int
The hash code for this object.
no setterinherited
middleLeftBorder String
final
middleRightBorder String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeftBorder String
final
topRightBorder String
final
traceBorder String
final

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