DayTileWidget class

A widget that represents a day tile for a calendar.

A day tile can be used to display a day of the month, and allows users to select a specific day in a calendar. This widget is typically used within a larger calendar widget to represent individual days.

Inheritance

Constructors

DayTileWidget({Key? key, required double size, Color? backgroundColor, Color? color, TextStyle? textStyle, Color? borderColor, required String text, required DateTime value, required ValueChanged<DateTime>? onTap, required BorderRadius radius, required BorderRadius backgroundRadius})
Creates a day tile widget.
const

Properties

backgroundColor Color?
The background color of the day tile.
final
backgroundRadius BorderRadius
The radius of the day tile's background.
final
borderColor Color?
The color of the day tile's border.
final
color Color?
The color of the day tile.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onTap ValueChanged<DateTime>?
The function that will be called when the day tile is tapped.
final
radius BorderRadius
The radius of the day tile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
The size of the day tile.
final
text String
The text that will be displayed on the day tile.
final
textStyle TextStyle?
The style of the text on the day tile.
final
value DateTime
The date that the day tile represents.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
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
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited