|
|
|
|
|
|
// documentationUrl: "https://docs.flutter.io/flutter/material/ScaffoldState/showBottomSheet.html",
|
|
|
|
// buildRoute: (BuildContext context) => PersistentBottomSheetDemo()
|
|
|
|
// ),
|
|
|
|
// new GalleryDemo(
|
|
|
|
// title: "Buttons",
|
|
|
|
// subtitle: "Flat, raised, dropdown, and more",
|
|
|
|
// icon: GalleryIcons.generic_buttons,
|
|
|
|
// category: GalleryDemoCategory._kMaterialComponents,
|
|
|
|
// routeName: ButtonsDemo.routeName,
|
|
|
|
// buildRoute: (BuildContext context) => ButtonsDemo()
|
|
|
|
// ),
|
|
|
|
new GalleryDemo( |
|
|
|
title: "Buttons", |
|
|
|
subtitle: "Flat, raised, dropdown, and more", |
|
|
|
icon: GalleryIcons.generic_buttons, |
|
|
|
category: DemoUtils._kMaterialComponents, |
|
|
|
routeName: ButtonsDemo.routeName, |
|
|
|
buildRoute: (BuildContext context) => new ButtonsDemo() |
|
|
|
), |
|
|
|
// new GalleryDemo(
|
|
|
|
// title: "Buttons: Floating Action Button",
|
|
|
|
// subtitle: "FAB with transitions",
|
|
|
|