ButtonElementStyle class

Inheritance

Constructors

ButtonElementStyle({TextStyle? buttonTextStyle, Color? loadingIconTint, double? width, double? height, Color? background, Gradient? gradient, BoxBorder? border, double? borderRadius})

Properties

background Color?
background provides background color to the widget
finalinherited
border BoxBorder?
border provides border around the widget
finalinherited
borderRadius double?
borderRadius provides radius to the border around the widget
finalinherited
borderRadiusGeometry BorderRadiusGeometry?
borderRadiusGeometry
finalinherited
buttonTextStyle TextStyle?
buttonTextStyle is a object of TextStyle which is used to set the style for the button text in the meeting bubble
getter/setter pair
elevation double?
elevation
finalinherited
gradient Gradient?
gradient provides (background) gradient to the widget
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
height provides height to the widget
finalinherited
loadingIconTint Color?
loadingIconTint sets color for loading icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
width provides width to the widget
finalinherited

Methods

merge(ButtonElementStyle mergeWith) ButtonElementStyle
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