ThemedDurationInput class

Inheritance

Constructors

ThemedDurationInput({Key? key, Duration? value, dynamic onChanged(Duration?)?, List<String> errors = const [], String? labelText, Widget? label, IconData? suffixIcon, IconData? prefixIcon, EdgeInsets? padding, bool disabled = false, List<ThemedUnits> visibleValues = const [ThemedUnits.day, ThemedUnits.hour, ThemedUnits.minute, ThemedUnits.second]})
ThemedDurationInput is a duration input.
const

Properties

disabled bool
padding is the padding of the input
final
errors List<String>
errors is the list of errors to display under the input
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label Widget?
label is the widget of the label
final
labelText String?
labelText is the text of the label
final
onChanged → (dynamic Function(Duration?)?)
onChanged is the callback when the value of the input change
final
padding EdgeInsets?
disabled is the state of the input
final
prefixIcon IconData?
prefixIcon is the icon to display at the start of the input
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixIcon IconData?
suffixIcon is the icon to display at the end of the input
final
value Duration?
value is the value of the input
final
visibleValues List<ThemedUnits>
visibleValues is the list of values to display in the input
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ThemedDurationInput>
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}) 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