FloatingButtonStyles class

Constructors

FloatingButtonStyles({Color? colorFloatingButtonLeft = Colors.red, Color? colorFloatingButtonTop = Colors.green, Color? colorFloatingButtonRight = Colors.blue, Color? colorFloatingCenterButton = Colors.blue, IconData? iconFloatingCenterButton = Icons.add, IconData? iconFloatingLeftButton = Icons.add, IconData? iconFloatingTopButton = Icons.add, IconData? iconFloatingRightButton = Icons.add, double? elevationOfTheThreeFloatingButtons, double? elevationFloatingCenterButton})
Sets the styles for the center floatingButton and the three floatingButtons that show up when the center click is pressed

Properties

colorFloatingButtonLeft Color?
final
colorFloatingButtonRight Color?
final
colorFloatingButtonTop Color?
final
colorFloatingCenterButton Color?
final
elevationFloatingCenterButton double?
final
elevationOfTheThreeFloatingButtons double?
final
hashCode int
The hash code for this object.
no setterinherited
iconFloatingCenterButton IconData?
final
iconFloatingLeftButton IconData?
final
iconFloatingRightButton IconData?
final
iconFloatingTopButton IconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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