GradientFloatingButton class

Constructors

GradientFloatingButton()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
withLinearGradient({required dynamic onTap(), required Widget iconWidget, required List<Color> colors, double buttonHeight = 50, double buttonWidth = 50, BoxShape buttonShape = BoxShape.circle, AlignmentGeometry alignmentBegin = Alignment.bottomLeft, AlignmentGeometry alignmentEnd = Alignment.topRight, List<double>? stops}) Widget
withLinerGradient() method will create a linear gradient background to your Floating Action Button
withRadialGradient({required dynamic onTap(), required Widget iconWidget, required List<Color> colors, required double radius, double buttonHeight = 50, double buttonWidth = 50, BoxShape buttonShape = BoxShape.circle, AlignmentGeometry? focal, double focalRadius = 0}) Widget
withRadialGradient() method will create a radial gradient background to your Floating Action Button

Operators

operator ==(Object other) bool
The equality operator.
inherited