CustomButtons class

Constructors

CustomButtons()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

customFlatButton(String title, Color bgColor, Function onPressed, [dynamic isIconButton = false, IconData icon = Icons.check_circle, Color textColor = Colors.white]) Widget
customOutlinedButton(String title, Color lineColor, Function onPressed, Color textColor) Widget
customSignInButton(String title, Color buttonColor, Function onPressed, [Color fontColor = Colors.white, double fontSize = 24.0, IconData icon = Icons.mail]) Widget