UICurrentReadingRow constructor
const
UICurrentReadingRow({})
Creates a UICurrentReadingRow.
Implementation
const UICurrentReadingRow({
super.key,
required this.icon,
required this.value,
this.accentColor,
this.iconSize = 44,
});