AuthButton class

An auth button with many factory constructors.

Inheritance

Constructors

AuthButton({Key? key, required Widget child, required Color color, required Widget icon, required VoidCallback onTap, double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
const
AuthButton.apple({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with Apple'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
AuthButton.facebook({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with Facebook'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
AuthButton.github({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with GitHub'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
AuthButton.google({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with Google'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
AuthButton.microsoft({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with Microsoft'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.
AuthButton.twitter({Key? key, required VoidCallback onTap, Widget child = const Text('Sign in with Twitter'), double maxWidth = _defaultMaxWidth, double minWidth = _defaultMinWidth})
An auth button with many factory constructors.

Properties

child Widget
The widget show within the button.
final
color Color
The button's color.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
The button's icon.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxWidth double
The maximum width that satisfies the constraints.
final
minWidth double
The minimum width that satisfies the constraints.
final
onTap VoidCallback
The callback that is called when the button is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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