EthiopianTimeViewer constructor

const EthiopianTimeViewer({
  1. Key? key,
  2. String language = 'en',
  3. TextStyle? timeStyle,
  4. TextStyle? periodStyle,
  5. Color? backgroundColor,
  6. EdgeInsetsGeometry? padding,
})

Implementation

const EthiopianTimeViewer({
  super.key,
  this.language = 'en',
  this.timeStyle,
  this.periodStyle,
  this.backgroundColor,
  this.padding,
});