auro_shadow_text 0.1.0 copy "auro_shadow_text: ^0.1.0" to clipboard
auro_shadow_text: ^0.1.0 copied to clipboard

A flutter plugin to generate a shadow text.

Flutter - Shadow Text Generator #

Build Status pub package

A flutter plugin to generate a shadow text.

How to import #

Add this to your package's pubspec.yaml file:

dependencies:
  auro_shadow_text: "^0.1.0"

Add it to your dart file:

import 'package:auro_shadow_text/auro_shadow_text.dart';

Usage #

The auro_shadow_text can be used directly as:

new ShadowText(
    'Shadow Text!',
    style: TextStyle(
        color: Colors.blue,
        fontSize: 30.0,
        fontWeight: FontWeight.bold,
    ),
    shadowTop: 2.5,
    shadowLeft: 2.5,
    opacityStyle: Colors.grey.withOpacity(1.0),
    softWrap: true,
    textScaleFactor: 1.0,
),
0
likes
30
pub points
25%
popularity

Publisher

unverified uploader

A flutter plugin to generate a shadow text.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_test

More

Packages that depend on auro_shadow_text