SizeSet<T> class abstract

A set of size variants, from extraSmall to extraBig

Annotations
  • @freezed

Constructors

SizeSet({required T extraSmall, required T small, required T semiSmall, required T normal, required T semiBig, required T big, required T extraBig})
The user is currently updating the login form.
const
factory

Properties

big → T
no setterinherited
copyWith → $SizeSetCopyWith<T, SizeSet<T>>
no setterinherited
extraBig → T
no setterinherited
extraSmall → T
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
normal → T
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semiBig → T
no setterinherited
semiSmall → T
no setterinherited
small → T
no setterinherited

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