0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.