thicken 1.1.2 copy "thicken: ^1.1.2" to clipboard
thicken: ^1.1.2 copied to clipboard

A widget that creates a thick visual effect by stacking multiple layers of a given child widget with slight translations based on the thickness value.

Thicken Logo

Thicken #

test

A widget that creates a thick visual effect by stacking multiple layers of a given child widget with slight translations based on the thickness value.

Preview #

Thicken Preview

Install #

Add this line to your pubspec.yaml.

dependencies:
  thicken: ^1.1.2
copied to clipboard

Usage #

First, import the thicken package.

import 'package:thicken/thicken.dart';
copied to clipboard

And use it like this

Thicken(
  thickness: 0.15,
  child: Icon(
    Icons.accessibility,
    size: 50.0,
  ),
);
copied to clipboard

Documentation #

Thicken #

Property Purpose
pixelRatio The sharpness quality of the stroke.
thickness The amount of thickness applied. (It is not recommended to set thickness greater than 1.0)
child The child widget that will be thickened as multiple layers.

Example #

6
likes
160
points
33
downloads
screenshot

Publisher

verified publisherinidia.app

Weekly Downloads

2024.10.02 - 2025.04.16

A widget that creates a thick visual effect by stacking multiple layers of a given child widget with slight translations based on the thickness value.

Homepage
Repository (GitHub)
View/report issues

Topics

#utility #widget

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on thicken