style_literal 1.0.0+1 copy "style_literal: ^1.0.0+1" to clipboard
style_literal: ^1.0.0+1 copied to clipboard

A package that contains the style literals that we generally use while writing the UI

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,
        ),
      ),
    )
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A package that contains the style literals that we generally use while writing the UI

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on style_literal