menu
flutter_data_components package
documentation
fdc.dart
FdcTime
hour property
hour property
dark_mode
light_mode
hour
property
int
get
hour
Returns the current hour.
Implementation
int get hour => ticksSinceMidnight ~/ ticksPerHour;
flutter_data_components package
documentation
fdc
FdcTime
hour property
FdcTime class