FlickAnimatedVolumeLevel constructor

const FlickAnimatedVolumeLevel({
  1. Key? key,
  2. TextStyle? textStyle,
  3. EdgeInsetsGeometry? padding,
  4. Decoration? decoration,
})

Implementation

const FlickAnimatedVolumeLevel({
  Key? key,
  this.textStyle,
  this.padding,
  this.decoration,
}) : super(key: key);