Hotspot class

Constructors

Hotspot({String? name, double latitude = 0.0, double longitude = 0.0, Offset orgin = const Offset(0.5, 0.5), double width = 32.0, double height = 32.0, Widget? widget})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
latitude double
The initial latitude, in degrees, between -90 and 90.
final
longitude double
The initial longitude, in degrees, between -180 and 180.
final
name String?
The name of this hotspot.
getter/setter pair
orgin Offset
The local orgin of this hotspot. Default is Offset(0.5, 0.5).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget Widget?
getter/setter pair
width double
getter/setter pair

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