Buttons class

Constructors

Buttons()

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

buttonCard({required String title, String? subtitle, required IconData iconData, required VoidCallback handler, bool isTrailing = false, bool underlined = true, Color? textColor, required Color iconColor, double? iconSize, double? arrowSize, bool showBadge = false}) Widget
buttonCard2({required String title, String? subtitle, required IconData iconData, required VoidCallback handler, bool isTrailing = false}) Widget
defaultButton({required VoidCallback handler, required Widget widget, Color? fillColor, bool border = false, EdgeInsets padding = const EdgeInsets.only(top: 10)}) Widget
textButton({required VoidCallback handler, required Widget widget, EdgeInsets padding = const EdgeInsets.only(top: 10), Color? overlayColor}) Widget