FlGridStyle class
Constructors
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