TimePickerTheme class

Constructors

TimePickerTheme.new({PromptMode? mode, AlignmentGeometry? popoverAlignment, AlignmentGeometry? popoverAnchorAlignment, EdgeInsetsGeometry? popoverPadding, bool? use24HourFormat, bool? showSeconds, Widget? dialogTitle})
const

Properties

dialogTitle Widget?
final
hashCode int
The hash code for this object.
no setteroverride
mode PromptMode?
final
popoverAlignment AlignmentGeometry?
final
popoverAnchorAlignment AlignmentGeometry?
final
popoverPadding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSeconds bool?
final
use24HourFormat bool?
final

Methods

copyWith({ValueGetter<PromptMode?>? mode, ValueGetter<AlignmentGeometry?>? popoverAlignment, ValueGetter<AlignmentGeometry?>? popoverAnchorAlignment, ValueGetter<EdgeInsetsGeometry?>? popoverPadding, ValueGetter<bool?>? use24HourFormat, ValueGetter<bool?>? showSeconds, ValueGetter<Widget?>? dialogTitle}) TimePickerTheme
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.
override