ProFontResponsiveness constructor

ProFontResponsiveness()

Implementation

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