DeviceValue<T> class
Constructors
- DeviceValue({T? web, T? phone, T? tablet, T? desktop, T? tv, T? watch, T? fallback})
-
const
Properties
Methods
-
getValue(
BuildContext context) → T -
maybeGetValue(
BuildContext context, [bool useFallback = false]) → 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