TimeIcon class

Collection of helper functions for getting a time icon.

Consider using BoxedIcon to display the time icon.

See erikflowers/WeatherIcons.

Constructors

TimeIcon()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

fromDate(DateTime dateTime) IconData
Get the 'time' IconData at a specific time using the dateTime.
fromHour(int hour) IconData
Get a 'time' IconData at a specific hour.

Constants

all → const List<IconData>
A list of all of the 'time' WeatherIcons.