FloatyHeadButton class
This class is used to build the Buttons
inside the Body that is gonna be displayed
when the chathead is tapped.
Constructors
- FloatyHeadButton({required FloatyHeadText text, required String tag, FloatyHeadPadding? padding, FloatyHeadMargin? margin, int? width, int? height, FloatyHeadDecoration? decoration})
Properties
- decoration ↔ FloatyHeadDecoration?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
getter/setter pair
- margin ↔ FloatyHeadMargin?
-
getter/setter pair
- padding ↔ FloatyHeadPadding?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag ↔ String
-
getter/setter pair
- text ↔ FloatyHeadText
-
getter/setter pair
- width ↔ int?
-
getter/setter pair
Methods
-
getMap(
) → Map< String, dynamic> -
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
Constants
- MATCH_PARENT → const int
- WRAP_CONTENT → const int