MinorTickStyle class
Create the style of axis minor tick.
Widget build(BuildContext context) {
return Container(
child: SfRadialGauge(
axes:<RadialAxis>[RadialAxis(
minorTickStyle: MinorTickStyle(color: Colors.red,
thickness: 3,
length: 10),
)]
));
}
- Inheritance
-
- Object
- MajorTickStyle
- MinorTickStyle
- Annotations
Constructors
-
MinorTickStyle({double length = 5, GaugeSizeUnit lengthUnit = GaugeSizeUnit.logicalPixel, Color? color, double thickness = 1.5, List<
double> ? dashArray}) -
Creates a minor tick style with default or required properties.
const
Properties
- color → Color?
-
Specifies the color of tick.
finalinherited
-
dashArray
→ List<
double> ? -
Specifies the dash array to draw the dashed line.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → double
-
Specifies the length of the tick.
finalinherited
- lengthUnit → GaugeSizeUnit
-
Calculates the tick length size either in logical pixel or radius factor.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thickness → double
-
Specifies the thickness of tick in logical pixels.
finalinherited
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