This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Source - https://github.com/zfinix | |
// Chiziaruhoma Ogbonda | |
import 'dart:math'; | |
import 'package:flutter/material.dart'; | |
/// Handles calling the ScreenUtil to set up font scaling. All routes should | |
/// return their child wrapped in this to ensure that all descendents in the | |
/// widget tree have access to font scaling. |