FCCClockCard class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- FCCClockCard
Constructors
- FCCClockCard({Key? key, bool showDate = true, bool showTime = true, bool showSeconds = true, String? dateFormat, String? timeFormat, bool is24HourFormat = false, bool use3DEffect = true, FCCClockDesignStyle designStyle = FCCClockDesignStyle.liquidGlass, TextStyle? dateTextStyle, TextStyle? timeTextStyle, Color? backgroundColor, Gradient? backgroundGradient, bool enableGlowEffect = true, bool enableBlur = true, bool enableBackgroundEffect = false, Widget? customBackground, Color? dateTextColor, Color? timeTextColor, Color? dateGlowColor, Color? timeGlowColor, double? dateFontSize, String? dateFontFamily, FontWeight? dateFontWeight, double? timeFontSize, String? timeFontFamily, FontWeight? timeFontWeight})
-
const
Properties
- backgroundColor → Color?
-
Background
final
- backgroundGradient → Gradient?
-
final
- customBackground → Widget?
-
final
- dateFontFamily → String?
-
final
- dateFontSize → double?
-
New granular customization properties
final
- dateFontWeight → FontWeight?
-
final
- dateFormat → String?
-
final
- dateGlowColor → Color?
-
final
- dateTextColor → Color?
-
Color overrides for glow/text
final
- dateTextStyle → TextStyle?
-
Existing text styles
final
- designStyle → FCCClockDesignStyle
-
final
- enableBackgroundEffect → bool
-
final
- enableBlur → bool
-
final
- enableGlowEffect → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- is24HourFormat → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showDate → bool
-
final
- showSeconds → bool
-
final
- showTime → bool
-
final
- timeFontFamily → String?
-
final
- timeFontSize → double?
-
final
- timeFontWeight → FontWeight?
-
final
- timeFormat → String?
-
final
- timeGlowColor → Color?
-
final
- timeTextColor → Color?
-
final
- timeTextStyle → TextStyle?
-
final
- use3DEffect → bool
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< FCCClockCard> -
Creates the mutable state for this widget at a given location in the tree.
override
-
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