ComponentButton class
按鈕
Constructors
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
-
circleIconBtn(
Widget icon, Function? onclick, [Color? color, double? r]) → Widget -
rectIconBtn(
Widget icon, Function? onclick, double w, double h, bool? isShadow, [Color? color, double? r]) → dynamic -
textBtn(
Widget? icon, String text1, String? text2, double h, Function? onclick, [EdgeInsets? padding, Color? color, Color? background, Color? primaryColor]) → dynamic -
textIconBtn(
Widget icon, Function? onclick, String text, bool isReverse, [Color? bgColor, Color? textColor, double? fontSize, FontWeight? fontWeight]) → dynamic