CalendarTopBarStyle class

Define style of CalendarTopBar

Annotations

Constructors

CalendarTopBarStyle({double iconSize = 28, Color? active, Color? inactive, TextStyle? yearMonthTextStyle, MonthApperance yearMonthFormat = MonthApperance.fullname})
Create styles preference of CalendarTopBar
const

Properties

active Color?
Color when this button is active
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double
Sizes of the icon
final
inactive Color?
Color when this button is inactive (When reached first or last range of YearMonth)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yearMonthFormat MonthApperance
Apperance of displaying YearMonth's format string
final
yearMonthTextStyle TextStyle?
TextStyle for displaying YearMonth's format string
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