functions library

Functions

isTablet(BuildContext context) bool Utils
The isTablet function returns true if the current viewport width is greater than or equal to 1024.
toRad(double deg) double Utils
The toRad function converts degrees to radians.