AppzStateStyle class

Available extensions

Constructors

AppzStateStyle({required Color borderColor, double borderWidth = 1.0, required double borderRadius, required Color backgroundColor, required Color textColor, required Color labelColor, required String fontFamily, required double fontSize, required double labelFontSize, required double paddingHorizontal, required double paddingVertical})
const
AppzStateStyle.fromJson(Map<String, dynamic> json, AppzStateStyle baseStyle)
factory

Properties

backgroundColor Color
final
borderColor Color
final
borderRadius double
final
borderWidth double
final
fontFamily String
final
fontSize double
final
hashCode int
The hash code for this object.
no setterinherited
labelColor Color
final
labelFontSize double
final
paddingHorizontal double
final
paddingVertical double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
final

Methods

AppzStateStylecopyWith(AppzStateStyle? overrideStyle) → dynamic
copyWith({Color? borderColor, double? borderWidth, double? borderRadius, Color? backgroundColor, Color? textColor, Color? labelColor, String? fontFamily, double? fontSize, double? labelFontSize, double? paddingHorizontal, double? paddingVertical}) AppzStateStyle

Available on AppzStateStyle, provided by the AppzStateStyleCopyWithExtension extension

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