CountdownAdvancedStyle class

Advanced styling configuration

Constructors

CountdownAdvancedStyle({Border? border, OutlinedBorder? shape, Clip clipBehavior = Clip.none, AlignmentGeometry? alignment, BoxConstraints? constraints, Matrix4? transform, AlignmentGeometry? transformAlignment, HitTestBehavior? hitTestBehavior, String? semanticLabel, bool? excludeFromSemantics})
const

Properties

alignment AlignmentGeometry?
Custom alignment
final
border Border?
Custom border configuration
final
clipBehavior Clip
Custom clip behavior
final
constraints BoxConstraints?
Custom constraints
final
excludeFromSemantics bool?
Custom exclude from semantics
final
hashCode int
The hash code for this object.
no setterinherited
hitTestBehavior HitTestBehavior?
Custom hit test behavior
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
Custom semantic label
final
shape OutlinedBorder?
Custom shape configuration
final
transform Matrix4?
Custom transform
final
transformAlignment AlignmentGeometry?
Custom transform alignment
final

Methods

copyWith({Border? border, OutlinedBorder? shape, Clip? clipBehavior, AlignmentGeometry? alignment, BoxConstraints? constraints, Matrix4? transform, AlignmentGeometry? transformAlignment, HitTestBehavior? hitTestBehavior, String? semanticLabel, bool? excludeFromSemantics}) CountdownAdvancedStyle
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