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

Libraries

style_literal