responsive property

Responsive responsive
getter/setter pair

A utility class that helps make the UI responsive by defining the size of icons, buttons, and text relative to the screen size. if null default values are Responsive({ this.fontSizeRelativeToScreen = 2.5, this.maxFontSize = 16, this.iconsSizeRelativeToScreen = 7, this.maxIconsSize = 40, this.buttonsSizeRelativeToScreen = 8, this.maxButtonsSize = 40, });

Implementation

Responsive responsive = Responsive();