NiceResponsiveValue<T> class

A helper class for responsive values

Constructors

NiceResponsiveValue({required T xs, T? sm, T? md, T? lg, T? xl, T? xxl})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg → T?
final
md → T?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm → T?
final
xl → T?
final
xs → T
final
xxl → T?
final

Methods

getValue(NiceResponsiveSize size) → T
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