flutter_material_pickers.dart
512 Bytes
// Copyright (c) 2018, codegrue. All rights reserved. Use of this source code
// is governed by the MIT license that can be found in the LICENSE file.
/// Package for building card based settings forms
library flutter_material_pickers;
/// Helpers
export 'package:Smart_Medicine_Box/helpers/show_scroll_picker.dart';
// Constants
const double kPickerHeaderPortraitHeight = 80.0;
const double kPickerHeaderLandscapeWidth = 168.0;
const double kDialogActionBarHeight = 52.0;
const double kDialogMargin = 30.0;