menu
loud package
documentation
util/mirrored_double_cache.dart
MirroredDoubleCache class
MirroredDoubleCache class
dark_mode
light_mode
MirroredDoubleCache
class
Constructors
MirroredDoubleCache
({
required
int
width
,
required
int
height
})
Properties
cache
→
List
<
double
>
final
hashCode
→
int
The hash code for this object.
no setter
inherited
height
→
int
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
width
→
int
final
Methods
get
(
int
x
,
int
y
)
→
double
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set
(
int
x
,
int
y
,
double
v
)
→ void
toString
(
)
→
String
A string representation of this object.
inherited
zigZag
(
int
coord
,
int
size
)
→
int
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
loud package
documentation
util/mirrored_double_cache
MirroredDoubleCache class
mirrored_double_cache library