RType<T> class

Constructors

RType(BuildContext context, {required T defaultValue, T? large, T? desktop, T? tablet, T? mobile})

Properties

context BuildContext
final
defaultValue → T
final
desktop → T?
final
desktopVal → T
no setter
hashCode int
The hash code for this object.
no setterinherited
large → T?
final
largeVal → T
no setter
mobile → T?
final
mobileVal → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tablet → T?
final
tabletVal → T
no setter
value → T
no setter

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