FCalendarDayPickerStyle class
A day picker's style.
- Implemented types
- Mixed-in types
- Available extensions
Constructors
- FCalendarDayPickerStyle.new({required TextStyle headerTextStyle, required FCalendarEntryStyle current, required FCalendarEntryStyle enclosing, int? startDayOfWeek, double tileSize = 42})
-
Creates a FCalendarDayPickerStyle.
const
- FCalendarDayPickerStyle.inherit({required FColors colors, required FTypography typography})
-
Creates a FCalendarDayPickerStyle that inherits its properties.
factory
Properties
- current → FCalendarEntryStyle
-
The styles of dates in the current month.
final
- enclosing → FCalendarEntryStyle
-
The styles of dates in the enclosing months.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerTextStyle → TextStyle
-
The text style for the day of th week headers.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDayOfWeek → int?
-
The starting day of the week. Defaults to the current locale's preferred starting day of the week if null.
final
- tileSize → double
-
The tile's size. Defaults to 42.
final
Methods
-
copyWith(
{TextStyle? headerTextStyle, FCalendarEntryStyle? current, FCalendarEntryStyle? enclosing, int? startDayOfWeek, double? tileSize}) → FCalendarDayPickerStyle -
Returns a copy of this FCalendarDayPickerStyle with the given properties replaced.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
-
transform(
T function(T)) → T -
Available on T, provided by the FTransformables extension
Transform thisT
using the givenfunction
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited