LineNumberStyle class

Constructors

LineNumberStyle({double width = 42.0, TextAlign textAlign = TextAlign.right, double margin = 10.0, TextStyle? textStyle, Color? background})
const

Properties

background Color?
Background of the line number column
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
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

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