Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.