VButtonStyle class

Constructors

VButtonStyle.new({required VbuttonType type, required bool plain, required bool hairline, required VButtonShape shap, required VButtonSize size, required bool loading, Color? color})

Properties

backgroundColor MaterialStateProperty<Color?>
no setter
color Color?
final
foregroundColor MaterialStateProperty<Color?>
no setter
hairline bool
final
hashCode int
The hash code for this object.
no setterinherited
loading bool
final
loadingStatus Widget
no setter
minimumSize MaterialStateProperty<Size?>
no setter
overlayColor MaterialStateProperty<Color?>
no setter
padding MaterialStateProperty<EdgeInsets?>
no setter
plain bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shap VButtonShape
final
shape MaterialStateProperty<RoundedRectangleBorder?>
no setter
side MaterialStateProperty<BorderSide?>
no setter
size VButtonSize
final
textStyle MaterialStateProperty<TextStyle?>
no setter
type VbuttonType
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