FlutterWebButtonOptions class

Constructors

FlutterWebButtonOptions({double? buttonWidth, double? buttonHeight = 50, Color? buttonBackgroundColor, Color? textColor, double? fontSize, String? fontFamily, double? letterSpacing, EdgeInsetsGeometry? buttonPadding = const EdgeInsets.all(10), bool? eliminateDecoration = false, double? buttonRadius, Color? buttonBorderColor, double? buttonBorderWidth, Color? boxShadowColor, double? spreadRadius, double? blurRadius, Offset boxShadowOffset = const Offset(0.0, 8.0), String? heroTag, bool? isHeroWidget = false})

Properties

blurRadius double?
getter/setter pair
boxShadowColor Color?
getter/setter pair
boxShadowOffset Offset
getter/setter pair
buttonBackgroundColor Color?
getter/setter pair
buttonBorderColor Color?
getter/setter pair
buttonBorderWidth double?
getter/setter pair
buttonHeight double?
Height of the button. Default value of 50.
getter/setter pair
buttonPadding EdgeInsetsGeometry?
getter/setter pair
buttonRadius double?
getter/setter pair
buttonWidth double?
Width of the button. If left null it will use the max available space.
getter/setter pair
eliminateDecoration bool?
getter/setter pair
fontFamily String?
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heroTag String?
getter/setter pair
isHeroWidget bool?
getter/setter pair
letterSpacing double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius double?
getter/setter pair
textColor Color?
getter/setter pair

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