AwesomeButtonTheme class

Constructors

AwesomeButtonTheme({Color foregroundColor = Colors.white, Color backgroundColor = Colors.black12, double iconSize = baseIconSize, EdgeInsets padding = const EdgeInsets.all(12), ShapeBorder shape = const CircleBorder(), bool rotateWithCamera = true, ButtonBuilder? buttonBuilder})

Properties

backgroundColor Color
final
buttonBuilder ButtonBuilder
final
foregroundColor Color
final
hashCode int
The hash code for this object.
no setteroverride
iconSize double
final
padding EdgeInsets
final
rotateWithCamera bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder
final

Methods

copyWith({Color? foregroundColor, Color? backgroundColor, double? iconSize, EdgeInsets? padding, ShapeBorder? shape, bool? rotateWithCamera, ButtonBuilder? buttonBuilder, double? baseIconSize}) AwesomeButtonTheme
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.
override

Constants

baseIconSize → const double