LoginButtonTheme class

Constructors

LoginButtonTheme({Color? backgroundColor, Color? highlightColor, Color? splashColor, double? elevation, double? highlightElevation, ShapeBorder? shape})
const

Properties

backgroundColor Color?
Color to be used for the unselected, enabled button's background.
final
elevation double?
The z-coordinate to be used for the unselected, enabled button's elevation foreground.
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
The highlight color of the ink response when pressed. If this property is null then the highlight color of the theme, ThemeData.highlightColor, will be used.
final
highlightElevation double?
The z-coordinate to be used for the selected, enabled button's elevation foreground.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
The shape to be used for the floating action button's Material.
final
splashColor Color?
The splash color for this button's InkWell.
final

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