utils/constants library

Functions

sizeHor(double width) Widget
sizeVer(double height) Widget
Used to determine the vertical offset

Typedefs

AndroidDialogBuilder = Future<void> Function(BuildContext context, AndroidModel model, UpdateCenterConfig updateCenterConfig, DownloadState downloadState, bool allowSkip)
IOSDialogBuilder = Future<void> Function(BuildContext context, IOSModel model, UpdateCenterConfig updateCenterConfig, DownloadState downloadState, bool allowSkip)
NoUpdateAvailableBuilder = void Function(BuildContext context)
WindowsDialogBuilder = Future<void> Function(BuildContext context, WindowsModel model, UpdateCenterConfig updateCenterConfig, DownloadState downloadState, bool allowSkip)