MixThemeSize class abstract

Constructors

MixThemeSize({required double xsmall, required double small, required double medium, required double large, required double xlarge, required double xxlarge})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
large double
final
medium double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small double
final
xlarge double
final
xsmall double
final
xxlarge double
final

Methods

copyWith({double? xsmall, double? small, double? medium, double? large, double? xlarge, double? xxlarge}) MixThemeSize
fromValue(double? value) double?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override