OneUIDialogAction class

Constructors

OneUIDialogAction({required VoidCallback? onPressed, VoidCallback? onLongPress, ButtonStyle? style, FocusNode? focusNode, bool autofocus = false, Clip clipBehavior = Clip.none, required Widget child, bool useOneUISplashFactory = true})
const

Properties

autofocus bool
final
child Widget
final
clipBehavior Clip
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
onLongPress VoidCallback?
final
onPressed VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ButtonStyle?
final
useOneUISplashFactory bool
final

Methods

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