VCustomColors class

Inheritance

Constructors

VCustomColors.new({Color? inputCursorColor, TextStyle? hintStyle, IconThemeData? iconTheme, TextStyle? requiredStarStyle, TextStyle? labelStyle, TextStyle? valueStyle, IconThemeData? arrowIconTheme})

Properties

arrowIconTheme IconThemeData?
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle?
final
iconTheme IconThemeData?
final
inputCursorColor Color?
/// DefaultSelectionStyle.cursorColor. If that is null, and the /// ThemeData.platform is TargetPlatform.iOS or TargetPlatform.macOS /// it will use CupertinoThemeData.primaryColor. Otherwise it will use /// the value of ColorScheme.primary of ThemeData.colorScheme.
final
labelStyle TextStyle?
final
requiredStarStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object
The extension's type.
no setterinherited
valueStyle TextStyle?
final

Methods

copyWith({Color? inputCursorColor, TextStyle? hintStyle, IconThemeData? iconTheme, TextStyle? starStyle, TextStyle? labelStyle, TextStyle? valueStyle, IconThemeData? arrowIconTheme}) ThemeExtension<VCustomColors>
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VCustomColors>? other, double t) ThemeExtension<VCustomColors>
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

Static Methods

of(BuildContext context) VCustomColors