FTimePicker class
A time picker that allows a time to be selected.
Recommended for touch devices.
The time picker supports arrow key navigation:
- Up/Down arrows: Increment/decrement selected value
 - Left/Right arrows: Move between wheels
 
See:
- https://forui.dev/docs/form/time-picker for working examples.
 - FTimePickerController for controlling a time picker.
 - FTimePickerStyle for customizing a time picker's appearance.
 
- Inheritance
 - 
    
- Object
 - DiagnosticableTree
 - Widget
 - StatefulWidget
 - FTimePicker
 
 
Constructors
- 
          FTimePicker({FTimePickerController? controller, FTimePickerStyle style(FTimePickerStyle)?, bool hour24 = false, int hourInterval = 1, int minuteInterval = 1, ValueChanged<
FTime> ? onChange, Key? key}) - 
          Creates a FTimePicker.
            const
 
Properties
- controller → FTimePickerController?
 - 
  The controller.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - hour24 → bool
 - 
  True if the time picker should use the 24-hour format.
  final
 - hourInterval → int
 - 
  The interval between hours in the picker. Defaults to 1.
  final
 - key → Key?
 - 
  Controls how one widget replaces another widget in the tree.
  finalinherited
 - minuteInterval → int
 - 
  The interval between minutes in the picker. Defaults to 5.
  final
 - 
  onChange
  → ValueChanged<
FTime> ? - 
  Handler called when the time picker's time changes.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - style → FTimePickerStyle Function(FTimePickerStyle)?
 - 
  The style. If null, the default picker style will be used.
  final
 
Methods
- 
  createElement(
) → StatefulElement  - 
  Creates a StatefulElement to manage this widget's location in the tree.
  inherited
 - 
  createState(
) → State< FTimePicker>  - 
  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.
  override
 - 
  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