FlGridStyle class

Constructors

FlGridStyle({double gridSpacingX = 64.0, double gridSpacingY = 64.0, double lineWidth = 1.0, Color lineColor = const Color.fromARGB(64, 100, 100, 100), Color intersectionColor = const Color.fromARGB(128, 150, 150, 150), double intersectionRadius = 2, bool showGrid = true})
const

Properties

gridSpacingX double
final
gridSpacingY double
final
hashCode int
The hash code for this object.
no setterinherited
intersectionColor Color
final
intersectionRadius double
final
lineColor Color
final
lineWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showGrid bool
final

Methods

copyWith({double? gridSpacingX, double? gridSpacingY, double? lineWidth, Color? lineColor, Color? intersectionColor, double? intersectionRadius, bool? showGrid}) FlGridStyle
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