VButtonProperties class
Constructors
- VButtonProperties({double? elevation = 0.0, Size? minimumSize = const Size(0, 46), TextStyle? buttonTextStyle, double? borderRadiusActive = 8.0, double? borderRadiusDisabled = 8.0, BorderSide? borderSideActive = BorderSide.none, BorderSide? borderSideDisabled = BorderSide.none, EdgeInsetsGeometry? padding = const EdgeInsets.all(8.0)})
Properties
- borderRadiusActive → double?
-
final
- borderRadiusDisabled → double?
-
final
- borderSideActive → BorderSide?
-
final
- borderSideDisabled → BorderSide?
-
final
-
final
- elevation → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- minimumSize → Size?
-
final
- padding → EdgeInsetsGeometry?
-
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