ExpandableMarkerAction constructor
const
ExpandableMarkerAction({})
Implementation
const ExpandableMarkerAction({
super.key,
required this.icon,
required this.expandedActions,
this.collapsedWidth = 50,
this.collapsedHeight = 50,
this.spacing = 8,
this.direction = Axis.horizontal,
this.duration = const Duration(milliseconds: 120),
this.decoration,
});