FontResponsiveness constructor
FontResponsiveness()
Implementation
factory FontResponsiveness() {
assert(
_instance != null,
'\nYou must call UdDesign.init() and pass context in a Widget build function and it should be inside MaterialApp, Not Before MaterialApp.',
);
return _instance!;
}