SilBottomTimePickerWidget constructor

const SilBottomTimePickerWidget(
  1. String title, {
  2. double? height,
  3. int initialHours = 12,
  4. int initialMinute = 0,
  5. double? itemHeight,
  6. void tapSureSeletedFunc(
    1. int hour,
    2. int minute
    )?,
  7. void tapCancelFunc()?,
  8. Color? themeColor,
  9. Key? key,
})

Implementation

const SilBottomTimePickerWidget(this.title,
    {this.height,
    this.initialHours = 12,
    this.initialMinute = 0,
    this.itemHeight,
    this.tapSureSeletedFunc,
    this.tapCancelFunc,
    this.themeColor,
    Key? key})
    : super(key: key);