JFButton class

Constructors

JFButton()

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 Properties

count int
getter/setter pair

Static Methods

customBtn({Key? key, VoidCallback? onPressed, double? width, double? height, String? text, Alignment? alignment = Alignment.center, Color color = Colors.white, Color highlightColor = Colors.white, double corner = 4, TextStyle? style, Color shadowColor = Colors.white, double shadowBlur = 0, Offset shadowOffset = Offset.zero}) → FButton