IdsFloatingButton constructor
const
IdsFloatingButton({
- Key? key,
- required List<
Widget> children, - IdsFloatingButtonVariant variant = IdsFloatingButtonVariant.solid,
- IdsSize size = IdsSize.standard,
- IdsFloatingPlacement placement = IdsFloatingPlacement.bottomRight,
- bool disabled = false,
- VoidCallback? onPressed,
- required String semanticLabel,
Implementation
const IdsFloatingButton({
super.key,
required this.children,
this.variant = IdsFloatingButtonVariant.solid,
this.size = IdsSize.standard,
this.placement = IdsFloatingPlacement.bottomRight,
this.disabled = false,
this.onPressed,
required this.semanticLabel,
});