ButtonSettings class
- Implementers
Constructors
- ButtonSettings({double? width, double? height, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, Alignment? alignment, Color? color, Gradient? gradient, DecorationImage? image, Border? border, BorderRadius? borderRadius, BoxShape? shape, BoxShadow? shadow})
-
const
Properties
- alignment → Alignment?
-
final
- border → Border?
-
final
- borderRadius → BorderRadius?
-
final
- color → Color?
-
final
- gradient → Gradient?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- image → DecorationImage?
-
final
- margin → EdgeInsetsGeometry?
-
final
- padding → EdgeInsetsGeometry?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → BoxShadow?
-
final
- shape → BoxShape?
-
final
- width → double?
-
final
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