ExpandableFloatingContainer constructor
const
ExpandableFloatingContainer({})
Implementation
const ExpandableFloatingContainer(
{super.key,
required this.icon,
required this.title,
required this.backgroundColor,
required this.child,
this.horizontalPadding = 16.0,
this.verticalPercentage = 0.7,
this.animationMillis = 300,
this.maxWidth});