m3FloatingToolbarBottomCenterPreviewWrapper function
Implementation
Widget m3FloatingToolbarBottomCenterPreviewWrapper(Widget child) {
return _previewWrapper(
alignment: Alignment.bottomCenter,
padding: const EdgeInsets.only(bottom: 16),
child: child,
);
}