TimePickerSectorDecoration class

used to decorate our sector of the time picker

Constructors

TimePickerSectorDecoration({Color color = Colors.grey, double size = 6.0, double width = 2.0, bool useRoundedCap = true, double radiusPadding = 0.0})
Creates a TimePickerSectorDecoration.

Properties

color Color
defines the divider's color Default value: Colors.blue
final
hashCode int
The hash code for this object.
no setterinherited
radiusPadding double
to add extra padding from circle's center point
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
indicates the size of the divider Default value: 10
final
useRoundedCap bool
change this to modify the sides of the dividers true == StrokeCap.round false == StrokeCap.butt
final
width double
indicates the width of the divider Default value: 2
final

Methods

copyWith({Color? color, double? size, double? width, double? padding}) TimePickerSectorDecoration
Creates a copy of the TimePickerSectorDecoration.
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