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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited