TimeBarOption constructor

const TimeBarOption({
  1. double width = double.infinity,
  2. double height = 80.0,
  3. Color backgroundColor = const Color(0xFFF5F5F4),
})

Implementation

const TimeBarOption({
  this.width = double.infinity,
  this.height = 80.0,
  this.backgroundColor = const Color(0xFFF5F5F4),
});