ConfirmationTimer constructor
const
ConfirmationTimer({ - Key? key,
- required int timerCount,
- String? title,
- String? subtitle,
- bool withoutOuterBox = false,
- double width = 259,
- double height = 90,
- Decoration? decoration,
- EdgeInsetsGeometry? padding,
- bool smallTextMobile = true,
})
Implementation
const ConfirmationTimer({
super.key,
required this.timerCount,
this.title,
this.subtitle,
this.withoutOuterBox = false,
this.width = 259,
this.height = 90,
this.decoration,
this.padding,
this.smallTextMobile = true,
});