LoginButtonTheme constructor

const LoginButtonTheme({
  1. Color? backgroundColor,
  2. Color? highlightColor,
  3. Color? splashColor,
  4. double? elevation,
  5. double? highlightElevation,
  6. ShapeBorder? shape,
})

Implementation

const LoginButtonTheme({
  this.backgroundColor,
  this.highlightColor,
  this.splashColor,
  this.elevation,
  this.highlightElevation,
  this.shape,
});