icon_stack

Last updated:

0 purchases

icon_stack Image
icon_stack Images
Add to Cart

Description:

icon stack

Flutter widget for displaying stacked icons.

Usage #
import 'package:icon_stack/icon_stack.dart';
copied to clipboard
IconStackWidget(
IconStack(
[
PositionedIcon(
icon: Icons.crop_original,
size: 1.000,
x: 0.000,
y: 0.000,
color: const Color(0xff2196f3)),
PositionedIcon(
icon: Icons.wb_sunny,
size: 0.200,
x: 0.325,
y: 0.325,
color: const Color(0xffffc107)),
],
),
),
copied to clipboard
Additional information #
You can use Icon Stack Constructor to create icon stacks

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.