LinearTickStyle class
Ticks style for the linear axis.
- Annotations
Constructors
- LinearTickStyle({double length = 4, double thickness = 1, Color? color})
- 
          Creates linear tick style with default or required properties.
            const
Properties
- color → Color?
- 
  Specifies the color of ticks.
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- length → double
- 
  Specifies the length of major and minor ticks.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- thickness → double
- 
  Specifies the thickness of major and minor ticks.
  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.
  override