Skip to content

Files

Latest commit

597f4d5 · Dec 24, 2020

History

History
12 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 262 Bytes

FlutterSizeConfig

This file use to manage the response UI on the flutter.

for Text Size

use in Text Widget - Text( "Required Text", style: TextStyle( color: Colors.black54, fontSize: SizeConfig.blockSizeHorizontal * 2.5, ), ),