style_literal

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

style literal

Style Literal #
This library contains literals for height, padding, margin, width
How To Use #
Scaffold(
appBar: AppBar(
title: Text(widget.title),
),
body: Center(
child: Container(
decoration: BoxDecoration(
color: Colors.black,
),
width: SL.w20,
),
),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.