LogBorderSytle class
Constructors
-
LogBorderSytle.new({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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited