OwlnextButton class

Inheritance

Constructors

OwlnextButton({Key? key, required Function callback, ButtonType type = ButtonType.classic, bool isAsync = false, bool enabled = true, CustomButtonType? customType, required Widget child, bool isExpanded = false, @Deprecated("instead, use minWidth parameter") double? customWidth, double? minWidth, double? minHeight, Color? leftDotColorOverride, Color? rightDotColorOverride, double? loaderSize, bool? isOutlined = false, EdgeInsets? padding})
Owlnext Button Based on Material design and uses ElevatedButton
const

Properties

callback Function
Callback on button click Must be async
final
child Widget
Widget to display inside the button
final
customType CustomButtonType?
If a CustomButtonType is fed, change the Elevated Button theme
final
customWidth double?
Custom double width for the button
final
enabled bool
Is enabled
final
hashCode int
The hash code for this object.
no setterinherited
isAsync bool
Determines the onClick behavior If true, a loader will be displayed until the Future returns
final
isExpanded bool
will set Container width to infinite
final
isOutlined bool?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leftDotColorOverride Color?
Overrides the loader color and size if the button is async
final
loaderSize double?
final
minHeight double?
Custom double minimum button height for the button (will overide Artist().buttonMinHeight)
final
minWidth double?
Custom double minimum width for the button Replaces deprecation of customWidth
final
padding EdgeInsets?
final
rightDotColorOverride Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ButtonType
Button type Determines the background and text color Can be override with customType
final

Methods

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