Open NaarGes opened 1 year ago
We do have labelShadow I think.
Thanks. The black shadow under icons aren't removable?
Currently no, but you can always create a Pull request with that childShadow customizable.
Try this
SpeedDialChild(
elevation: 0.0,
labelWidget: Text('Create Event'),
child: const FaIcon(FontAwesomeIcons.solidCalendarCheck),
backgroundColor: Colors.transparent,
foregroundColor: Colors.white,
labelBackgroundColor: Colors.transparent,
labelStyle: Theme.of(context).textTheme.titleSmall?.copyWith(color: Colors.white),
),
Hi, here is my code so far:
and this is how the result I'm getting looks like:
Is there any way that I can remove the shadow from labels and icons?