VDropdownTextButtonStyle class

Inheritance

Constructors

VDropdownTextButtonStyle({Color? dropDownColor, Color? backgroundSplashColor, Color? dropdownBorderColor, Color? buttonDefaultColor, Color? defaultBorderColor, double? bigButtonSize, double? defaultButtonSize, Color? defaultSecButtonColor, Color? disabledButtonColor, Color? isSecDisabledBorderColor, Color? isSecDisabledButtonColor, Color? isSecTappedButtonColor, Color? tappedButtonColor, Color? isSecDefaultBorderColor, Color? disabledBorderColor, Color? defaultIconColor, Color? isSecDefaultIconColor, Color? isSecDisabledIconColor, Color? disabledIconColor, Color? secBackgroundSplashColor, TextStyle? dropdownTextStyle, TextStyle? bigIconTextStyle, TextStyle? smallIconTextStyle, double? borderRadius, double? dropdownBorderRadius, Color? defaultFontColor, Color? disabledFontColor, Color? isSecDefaultFontColor, Color? isSecDisabledFontColor})
const

Properties

backgroundSplashColor Color?
final
bigButtonSize double?
final
bigIconTextStyle TextStyle?
final
borderRadius double?
final
buttonDefaultColor Color?
final
defaultBorderColor Color?
final
defaultButtonSize double?
final
defaultFontColor Color?
final
defaultIconColor Color?
final
defaultSecButtonColor Color?
final
disabledBorderColor Color?
final
disabledButtonColor Color?
final
disabledFontColor Color?
final
disabledIconColor Color?
final
final
final
final
final
hashCode int
The hash code for this object.
no setterinherited
isSecDefaultBorderColor Color?
final
isSecDefaultFontColor Color?
final
isSecDefaultIconColor Color?
final
isSecDisabledBorderColor Color?
final
isSecDisabledButtonColor Color?
final
isSecDisabledFontColor Color?
final
isSecDisabledIconColor Color?
final
isSecTappedButtonColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secBackgroundSplashColor Color?
final
smallIconTextStyle TextStyle?
final
tappedButtonColor Color?
final
type Object
The extension's type.
no setterinherited

Methods

copyWith({Color? dropDownColor, dynamic backgroundSplashColor, dynamic dropdownBorderColor, dynamic isSecDisabledButtonColor, dynamic disabledButtonColor, dynamic isSecTappedButtonColor, dynamic tappedButtonColor, dynamic buttonDefaultColor, dynamic defaultSecButtonColor, dynamic isSecDisabledBorderColor, dynamic isSecDefaultBorderColor, dynamic disabledBorderColor, dynamic defaultBorderColor, dynamic defaultIconColor, dynamic isSecDefaultIconColor, dynamic isSecDisabledIconColor, dynamic disabledIconColor, dynamic secBackgroundSplashColor, dynamic defaultFontColor, dynamic disabledFontColor, dynamic isSecDefaultFontColor, dynamic isSecDisabledFontColor, double? borderRadius, dynamic dropdownBorderRadius, dynamic bigButtonSize, dynamic defaultButtonSize, TextStyle? dropdownTextStyle, dynamic bigIconTextStyle, dynamic smallIconTextStyle}) VDropdownTextButtonStyle
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VDropdownTextButtonStyle>? other, double t) VDropdownTextButtonStyle
Linearly interpolate with another ThemeExtension object.
override
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