ButtonNavigationExpandable constructor
ButtonNavigationExpandable({
- String? label,
- Icon? icon,
- Color? color,
- double? height,
- double? width,
- BorderRadius? borderRadius,
- required VoidCallback onPressed,
Implementation
ButtonNavigationExpandable({
this.label,
this.icon,
this.color,
this.height,
this.width,
this.borderRadius,
required this.onPressed,
});