DaysOfWeekStyle class

Constructors

DaysOfWeekStyle({TextFormatter? dowTextFormatter, Decoration decoration = const BoxDecoration(), TextStyle weekdayStyle = const TextStyle(color: Color(0xFF4F4F4F)), TextStyle weekendStyle = const TextStyle(color: Color(0xFF6A6A6A))})
const

Properties

decoration Decoration
final
dowTextFormatter TextFormatter?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekdayStyle TextStyle
final
weekendStyle TextStyle
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.
inherited