Figma2Flutter constructor
Figma2Flutter(
- BuildContext context
Implementation
Figma2Flutter(BuildContext context)
: _width = MediaQuery.of(context).size.width,
_height = MediaQuery.of(context).size.height;