LogOption constructor
const
LogOption({})
Implementation
const LogOption({
super.key,
required this.iconStart,
required this.textStart,
required this.value,
required this.onTap,
});
const LogOption({
super.key,
required this.iconStart,
required this.textStart,
required this.value,
required this.onTap,
});