ResponsiveNotebookBackgroundOptions class

Options class.

Contains all options for the ResponsiveNotebookBackground.

Constructors

ResponsiveNotebookBackgroundOptions({double horizontalPadding = 0.0, int blankLines = 0, Color backgroundColor = Colors.white, LineType lineType = LineType.line, Color lineColor = Colors.grey, double lineWidth = 1.0, TextStyle? styleForHeightCalculation})
Constructor of ResponsiveNotebookBackgroundOptions
const

Properties

backgroundColor Color
Background color.
final
blankLines int
Blank lines at the beginning.
final
hashCode int
The hash code for this object.
no setterinherited
horizontalPadding double
Horizontal space to be left blank.
final
lineColor Color
Line color.
final
lineType LineType
Type of lines.
final
lineWidth double
Thickness of the lines.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleForHeightCalculation TextStyle?
Custom TextStyle to be used when calculating the line height.
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