GutterStyle class

Constructors

GutterStyle({double margin = 10.0, TextAlign textAlign = TextAlign.right, bool showErrors = true, bool showFoldingHandles = true, bool showLineNumbers = true, double width = 80.0, Color? background, TextStyle? errorPopupTextStyle, TextStyle? textStyle})
const

Properties

background Color?
Background of the line number column.
final
errorPopupTextStyle TextStyle?
Style of the error popup.
final
hashCode int
The hash code for this object.
no setterinherited
margin double
Central horizontal margin between the numbers and the code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showErrors bool
Whether to show errors column.
final
showFoldingHandles bool
Whether to show folding handles column.
final
showGutter bool
Whether there is any column to show in gutter.
no setter
showLineNumbers bool
Whether to show line numbers column.
final
textAlign TextAlign
Alignment of the numbers in the column.
final
textStyle TextStyle?
Style of the numbers.
final
width double
Width of the line number column.
final

Methods

copyWith({TextStyle? errorPopupTextStyle, TextStyle? textStyle}) GutterStyle
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

Constants

none → const GutterStyle
Hides the gutter entirely.