Dpad_timer_button class

Inheritance

Constructors

Dpad_timer_button({Key? key, Widget? child, Decoration? foregroundDecoration, EdgeInsetsGeometry? padding, AlignmentGeometry? alignment, double? width, PointerEnterEventListener? onEnter, PointerExitEventListener? onExit, PointerHoverEventListener? onHover, double? height, EdgeInsetsGeometry? margin, Matrix4? transform, GestureTapCallback? ontap, GestureTapCallback? onDoubletap, Color? colors, BoxConstraints? constraints, Decoration? backgroundDecoration, String? debugLabel, bool? autoFocus, Clip clipBehavior = Clip.none, Clip focusedclipBehavior = Clip.none, Clip nonfocusedclipBehavior = Clip.none, Duration? onFocusduration = const Duration(seconds: 3), Duration? focusedduration, Duration? nonfocusedduration, VoidCallback? onEnd, VoidCallback? focusedonEnd, VoidCallback? nonfocusedonEnd, Curve curve = Curves.linear, Curve focusedcurve = Curves.linear, Curve nonfocusedcurve = Curves.linear, AlignmentGeometry? transformAlignment, double? focusedheight, bool? isMouseHoveron, bool? isFocusTimeron = false, AlignmentGeometry? focusedalignment, BoxConstraints? focusedconstraints, AlignmentGeometry? focusedtransformAlignment, double? focusedwidth, Widget? focusedchild, Color? focusedBackgroundColor, Decoration? focusedBackgroundDecoration, EdgeInsetsGeometry? focusedpadding, Decoration? focusedForegroundDecoration, AlignmentGeometry? nonfocusedalignment, BoxConstraints? nonfocusedconstraints, double? nonfocusedheight, double? nonfocusedwidth, Widget? nonfocusedchild, Color? nonfocusedBackgroundColor, Decoration? nonfocusedBackgroundDecoration, EdgeInsetsGeometry? nonfocusedpadding, Decoration? nonfocusedForegroundDecoration, AlignmentGeometry? nonfocusedtransformAlignment, Matrix4? focusedtransform, Matrix4? nonfocusedtransform, EdgeInsetsGeometry? focusedmargin, EdgeInsetsGeometry? nonfocusedmargin, VoidTrapKeyEvent? voidTrapKeyEvent, GestureTapCallback? onLongPress, VoidBuildContext? onMouseHoverAction, VoidBuildContext? onFocasableAction, VoidBuildContext? onPressedEnterOKAction, VoidBuildContext? onPressedEscAction, VoidBuildContext? onPressedSpacebarAction, VoidBuildContext? onKey_a, VoidBuildContext? onKey_b, VoidBuildContext? onKey_c, VoidBuildContext? onKey_d, VoidBuildContext? onKey_e, VoidBuildContext? onKey_f, VoidBuildContext? onKey_g, VoidBuildContext? onKey_h, VoidBuildContext? onKey_i, VoidBuildContext? onKey_j, VoidBuildContext? onKey_k, VoidBuildContext? onKey_l, VoidBuildContext? onKey_m, VoidBuildContext? onKey_n, VoidBuildContext? onKey_o, VoidBuildContext? onKey_p, VoidBuildContext? onKey_q, VoidBuildContext? onKey_r, VoidBuildContext? onKey_s, VoidBuildContext? onKey_t, VoidBuildContext? onKey_u, VoidBuildContext? onKey_v, VoidBuildContext? onKey_w, VoidBuildContext? onKey_x, VoidBuildContext? onKey_y, VoidBuildContext? onKey_z, VoidBuildContext? onKey_numberpad_0, VoidBuildContext? onKey_numberpad_1, VoidBuildContext? onKey_numberpad_2, VoidBuildContext? onKey_numberpad_3, VoidBuildContext? onKey_numberpad_4, VoidBuildContext? onKey_numberpad_5, VoidBuildContext? onKey_numberpad_6, VoidBuildContext? onKey_numberpad_7, VoidBuildContext? onKey_numberpad_8, VoidBuildContext? onKey_numberpad_9, VoidBuildContext? onKey_numberpad_decimal, VoidBuildContext? onKey_numberpad_add, VoidBuildContext? onKey_numberpad_divide, VoidBuildContext? onKey_numberpad_subtract, VoidBuildContext? onKey_numberpad_multiply, VoidBuildContext? onKey_numberpad_pageup, VoidBuildContext? onKey_numberpad_pagedown, VoidBuildContext? onKey_numberpad_end, VoidBuildContext? onKey_numberpad_home})
const

Properties

alignment AlignmentGeometry?
final
autoFocus bool?
final
backgroundDecoration Decoration?
final
child Widget?
final
clipBehavior Clip
final
colors Color?
final
constraints BoxConstraints?
final
curve Curve
final
debugLabel String?
final
focusedalignment AlignmentGeometry?
final
focusedBackgroundColor Color?
final
focusedBackgroundDecoration Decoration?
final
focusedchild Widget?
final
focusedclipBehavior Clip
final
focusedconstraints BoxConstraints?
final
focusedcurve Curve
final
focusedduration Duration?
final
focusedForegroundDecoration Decoration?
final
focusedheight double?
final
focusedmargin EdgeInsetsGeometry?
final
focusedonEnd VoidCallback?
final
focusedpadding EdgeInsetsGeometry?
final
focusedtransform Matrix4?
final
focusedtransformAlignment AlignmentGeometry?
final
focusedwidth double?
final
foregroundDecoration Decoration?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
isFocusTimeron bool?
this required onFocusduration=const Duration(seconds: 3)
final
isMouseHoveron bool?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsetsGeometry?
final
nonfocusedalignment AlignmentGeometry?
final
nonfocusedBackgroundColor Color?
final
nonfocusedBackgroundDecoration Decoration?
final
nonfocusedchild Widget?
final
nonfocusedclipBehavior Clip
final
nonfocusedconstraints BoxConstraints?
final
nonfocusedcurve Curve
final
nonfocusedduration Duration?
final
nonfocusedForegroundDecoration Decoration?
final
nonfocusedheight double?
final
nonfocusedmargin EdgeInsetsGeometry?
final
nonfocusedonEnd VoidCallback?
final
nonfocusedpadding EdgeInsetsGeometry?
final
nonfocusedtransform Matrix4?
final
nonfocusedtransformAlignment AlignmentGeometry?
final
nonfocusedwidth double?
final
onDoubletap GestureTapCallback?
final
onEnd VoidCallback?
final
onEnter PointerEnterEventListener?
final
onExit PointerExitEventListener?
final
onFocusduration Duration?
final
onHover PointerHoverEventListener?
final
onLongPress GestureTapCallback?
final
ontap GestureTapCallback?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform Matrix4?
final
transformAlignment AlignmentGeometry?
final
voidTrapKeyEvent VoidTrapKeyEvent?
final
width double?
final

Methods

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