m3FloatingToolbarBottomCenterPreviewWrapper function

Widget m3FloatingToolbarBottomCenterPreviewWrapper(
  1. Widget child
)

Implementation

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