menu
t_utils package
documentation
utils/device/device_utility.dart
TDeviceUtils
getAppBarHeight static method
getAppBarHeight static method
dark_mode
light_mode
getAppBarHeight
static method
double
getAppBarHeight
(
)
Returns the height of the app bar.
Implementation
static double getAppBarHeight() { return kToolbarHeight; }
t_utils package
documentation
utils/device/device_utility
TDeviceUtils
getAppBarHeight static method
TDeviceUtils class