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
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