Skip to content

Latest commit

 

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, ), ),