DigitListView constructor
const
DigitListView({})
Implementation
const DigitListView({
super.key,
this.prefixIcon,
required this.title,
this.description,
this.sufixIcon,
this.onPressed,
});
const DigitListView({
super.key,
this.prefixIcon,
required this.title,
this.description,
this.sufixIcon,
this.onPressed,
});